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

TBaseObjectArrayRemotable

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

Declaration

Source position: base_service_intf.pas line 1000

type TBaseObjectArrayRemotable = class(TBaseArrayRemotable)

protected

  function GetItem();

  

  function GetLength; override;

  

public

  class procedure Save(); override;

  

  class procedure Load(); override;

  

  class function GetItemClass; virtual; abstract;

  

  class function GetItemTypeInfo; override;

  

  constructor Create; override;

  

  procedure Assign(); override;

  

  function Equal(); override;

  

  procedure Exchange();

  

  procedure SetLength(); override;

  

  property Item []: TBaseRemotable; default; [r]

  

end;

Inheritance

TBaseObjectArrayRemotable

  

|

TBaseArrayRemotable

  

|

TAbstractComplexRemotable

  

|

TBaseRemotable

  

|

TObject



CT Web help

CodeTyphon Studio