Unit 'redundancyctrl' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#pl_pascalscada]

TRedundancyCtrl

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

Declaration

Source position: redundancyctrl.pas line 156

type TRedundancyCtrl = class(TComponent)

protected

  FActive: Boolean;

  

  FActiveLoaded: Boolean;

  

  FPort: Word;

  

  FServerPriority: TIPv4Collection;

  

  FSocket: Tsocket;

  

  procedure setActive();

  

  procedure SetPort();

  

  procedure SetServerPriority();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property RedundancyServerActive: Boolean; [rws]

  

  property Port: Word; [rws]

  

  property ServerPriority: TIPv4Collection; [rw]

  

end;

Inheritance

TRedundancyCtrl

  

|

TObject



CT Web help

CodeTyphon Studio