Unit 'IdSync' Package
[Overview][Classes][Index] [#pl_indy]

TIdNotify

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

Declaration

Source position: IdSync.pas line 128

type TIdNotify = class(TObject)

protected

  FMainThreadUsesNotify: Boolean;

  

  procedure DoNotify; virtual; abstract;

  

  procedure InternalDoNotify;

  

public

  constructor Create; virtual;

  

  procedure Notify;

  

  procedure WaitFor;

  

  class procedure NotifyMethod();

  

  property MainThreadUsesNotify: Boolean; [rw]

  

end;

Inheritance

TIdNotify

  

|

TObject



CT Web help

CodeTyphon Studio