Unit 'XGR32_GraphUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_graphics32ext]

TCustomGraphicProperty

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

Declaration

Source position: XGR32_GraphUtils.pas line 86

type TCustomGraphicProperty = class(TPersistent)

protected

  FEnabled: Boolean;

  

  FUpdateCount: Integer;

  

  UpdatePended: Boolean;

  

  procedure DoChanged; virtual;

  

  function GetOwner; override;

  

  procedure iAssign(); virtual;

  

  procedure InternalUpdate; virtual;

  

  function IsUpdating;

  

  procedure SetUpdating();

  

public

  constructor Create(); virtual;

  

  procedure Assign(); override;

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  procedure PaintTo();

  

  procedure Update;

  

  property Enabled: Boolean; [rw]

  

  property OnChanged: TNotifyEvent; [rw]

  

  property Owner: TPersistent; [r]

  

end;

Inheritance

TCustomGraphicProperty

  

|

TObject



CT Web help

CodeTyphon Studio