[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: base_service_intf.pas line 449
type TDurationRemotable = class(TAbstractSimpleRemotable) |
||
public |
||
class procedure Save(); override; |
|
|
class procedure Load(); override; |
|
|
procedure Assign(); override; |
|
|
function Equal(); override; |
|
|
function wstHasValue; override; |
|
|
procedure Clear; |
|
|
class function Parse(); |
|
|
class function ToStr(); |
|
|
property Negative: Boolean; [rw] |
|
|
property Year: PtrUInt; [rw] |
|
|
property Month: PtrUInt; [rw] |
|
|
property Day: PtrUInt; [rw] |
|
|
property Hour: PtrUInt; [rw] |
|
|
property Minute: PtrUInt; [rw] |
|
|
property Second: PtrUInt; [rw] |
|
|
property FractionalSecond: PtrUInt; [rw] |
|
|
property AsString: string; [rw] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |