Unit 'GR32' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TCustomBackend

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

Declaration

Source position: GR32.pas line 949

type TCustomBackend = class(TThreadPersistent)

protected

  FBits: PColor32Array;

  

  FOwner: TCustomBitmap32;

  

  FOnChanging: TNotifyEvent;

  

  procedure Changing; virtual;

  

  function GetBits; virtual;

  

  procedure InitializeSurface(); virtual;

  

  procedure FinalizeSurface; virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure Clear; virtual;

  

  function Empty; virtual;

  

  procedure ChangeSize(); virtual;

  

  property Bits: PColor32Array; [r]

  

  property OnChanging: TNotifyEvent; [rw]

  

end;

Inheritance

TCustomBackend

  

|

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio