[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Primitive ancestor class, mainly for Delphi compatibility
Source position: graphics.pp line 419
type TGraphicsObject = class(TPersistent) |
||
protected |
||
procedure Changing; dynamic; |
|
|
procedure Changed; dynamic; |
|
|
procedure Lock; |
|
|
procedure UnLock; |
|
|
public |
||
property OnChanging: TNotifyEvent; [rw] |
|
|
property OnChange: TNotifyEvent; [rw] |
|
|
end; |
|
Primitive ancestor class, mainly for Delphi compatibility |
|
| | ||
| | ||
TObject |
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 |