Unit 'lptypes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_lape]

TLapeNotifier

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

Declaration

Source position: lptypes.pas line 482

type generic TLapeNotifier <_T>= class(TLapeBaseClass)

public

type

  TNotifyProc = procedure(

  

  Sender: _T

);

  TNotifiers = TNotifiers;

  

protected

  FNotifiers: TNotifiers;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure AddProc(); virtual;

  

  procedure DeleteProc(); virtual;

  

  procedure Notify(); virtual;

  

end;

Inheritance

TLapeNotifier

  

|

TLapeBaseClass

  

|

TObject,IUnknown



CT Web help

CodeTyphon Studio