[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |