[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_dima.pas line 170
type TDimService = class(TMasterObject) |
public |
constructor Create(); |
destructor Destroy; override; |
procedure AfterConstruction; override; |
procedure BeforeDestruction; override; |
property Ident: Integer; [r] |
property ServKind: Integer; [r] |
property KindName: LongString; [r] |
property ServName: LongString; [r] |
property ServForm: LongString; [r] |
property MoniType: Integer; [r] |
property MoniName: LongString; [r] |
property MoniTime: Integer; [r] |
property FailMark: LongString; [r] |
property CanSend: Boolean; [r] |
property CanRecv: Boolean; [r] |
property Items: TDimAccess; [r] |
property RecvData: LongString; [r] |
property RecvWhen: Int64; [r] |
function FailMarkReceived; |
function Send(); |
property LinkedObjects []: TObject; [rw] |
property LinkedStrings []: LongString; [rw] |
property LinkedParams []: Variant; [rw] |
class function ValidServKind(); |
class function ValidServName(); |
class function ValidServForm(); |
class function ValidMoniType(); |
class function ValidMoniTime(); |
end; |
| |
| |
TObject |