[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: tiObject.pas line 877
type TtiObserverProxy = class(TtiObject) end; |
protected |
procedure StopObserving(); override; |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Update(); override; overload; |
property OnUpdate: TtiObjectUpdateEvent; [rw] |
| | ||
|
Base class for single objects |
|
| | ||
|
The class that gets visited |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |