Unit 'base_service_intf' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_wst]

TDurationRemotable

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

Declaration

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;

Inheritance

TDurationRemotable

  

|

TAbstractSimpleRemotable

  

|

TBaseRemotable

  

|

TObject



CT Web help

CodeTyphon Studio