[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TGraphicsObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Primitive ancestor class, mainly for Delphi compatibility

Declaration

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;

Inheritance

TGraphicsObject

  

Primitive ancestor class, mainly for Delphi compatibility

|

TPersistent

|

TObject

Description

TGraphicsObject - In Delphi VCL this is the ancestor of TFont, TPen and TBrush.
Since FPC 2.0 the LCL uses TFPCanvasHelper as ancestor.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.