[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TGraphicsObject - Primitive ancestor class, mainly for Delphi compatibility
Source position: graphics.pp line 436
type TGraphicsObject = class(TPersistent) |
||
protected |
||
procedure Changing; virtual; |
|
Changing - software emulation of OnChanging event |
procedure Changed; virtual; |
|
Changed - software emulation of OnChange event |
procedure Lock; |
|
Lock - method for locking the object, making it unavailable for changes |
procedure UnLock; |
|
UnLock - method for releasing locked object |
public |
||
property OnChanging: TNotifyEvent; [rw] |
|
OnChanging - event handler for changing object |
property OnChange: TNotifyEvent; [rw] |
|
OnChange - event handler for changed object |
end; |
|
TGraphicsObject - Primitive ancestor class, mainly for Delphi compatibility |
|
| | ||
| | ||
TGraphicsObject - In Delphi VCL this is the ancestor of TFont, TPen and TBrush.
Since FPC 2.0 the LCL uses TFPCanvasHelper as ancestor.
lazarus-ccr.sourceforge.net |