Unit 'mnConnections' Package
[Overview][Classes][Procedures and functions][Index] [#pl_minilib]

TmnConnections

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

Declaration

Source position: mnConnections.pas line 63

type TmnConnections = class(TmnLockThread)

protected

  FPort: string;

  

  FAddress: string;

  

  function GetCount;

  

  function NewID;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Stop; virtual;

  

  property Count: Integer; [r]

  

  property LastID: Int64; [r]

  

  property List: TmnConnectionList; [r]

  

end;

Inheritance

TmnConnections

  

|

TmnLockThread

  

|

TmnThread

  

|

TObject



CT Web help

CodeTyphon Studio