Unit 'PXL.Devices' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_asphyrepxl]

TCustomStateDevice

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

Declaration

Source position: PXL.Devices.pas line 183

type TCustomStateDevice = class(TCustomDevice)

protected

  FInitialized: Boolean;

  

  function InitDevice; virtual;

  

  procedure DoneDevice; virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Initialize; virtual;

  

  procedure Finalize; virtual;

  

  property Initialized: Boolean; [r]

  

end;

Inheritance

TCustomStateDevice

  

|

TCustomDevice

  

|

TObject



CT Web help

CodeTyphon Studio