Unit 'UniqueInstance' Package
[Overview][Types][Classes][Index] [#pl_luicontrols]

TUniqueInstance

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

Declaration

Source position: uniqueinstance.pas line 53

type TUniqueInstance = class(TComponent)

protected

  procedure Loaded; override;

  

public

  constructor Create(); override;

  

  procedure SendPreparedParams();

  

  property PriorInstanceRunning: Boolean; [r]

  

published

  property Enabled: Boolean; [rw]

  

  property Identifier: string; [rw]

  

  property UpdateInterval: Cardinal; [rw]

  

  property OnOtherInstance: TOnOtherInstance; [rw]

  

  property OnPrepareParam: TOnPrepareParam; [rw]

  

end;

Inheritance

TUniqueInstance

  

|

TObject



CT Web help

CodeTyphon Studio