[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgobject2.pas line 743
type TGObjectClass = object |
||
|
||
|
||
constructor_: ; |
|
|
set_property: ; |
|
|
get_property: ; |
|
|
dispose: ; |
|
|
finalize: ; |
|
|
|
||
notify: ; |
|
|
constructed: ; |
|
|
|
||
|
||
|
||
|
||
pdummy: ; |
|
|
function find_property(); |
|
|
procedure install_properties(); |
|
|
procedure install_property(); |
|
|
function list_properties(); |
|
|
procedure override_property(); |
|
|
end; |
|