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

TBaseArrayRemotable

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

Declaration

Source position: base_service_intf.pas line 977

type TBaseArrayRemotable = class(TAbstractComplexRemotable)

protected

  class function GetItemName; virtual;

  

  class function GetStyle; virtual;

  

  procedure CheckIndex();

  

  function GetLength; virtual; abstract;

  

public

  class function GetItemTypeInfo; virtual; abstract;

  

  destructor Destroy; override;

  

  procedure SetLength(); virtual; abstract;

  

  property Length: Integer; [r]

  

  property Options: TInstanceOptions; [rw]

  

end;

Inheritance

TBaseArrayRemotable

  

|

TAbstractComplexRemotable

  

|

TBaseRemotable

  

|

TObject



CT Web help

CodeTyphon Studio