Class TRALDBInfoTables
Unit
Declaration
type TRALDBInfoTables = class(TObject)
Description
TRALDBInfoTables
Hierarchy
- TObject
- TRALDBInfoTables
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Count: IntegerRAL; |
![]() |
function NewTable: TRALDBInfoTable; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
function GetAsJSONObj: TRALJSONArray; |
![]() |
function GetTable(AIndex: IntegerRAL): TRALDBInfoTable; |
![]() |
function GetTableName(AName: StringRAL): TRALDBInfoTable; |
![]() |
procedure Clear; |
![]() |
procedure SetAsJSON(AValue: StringRAL); |
![]() |
procedure SetAsJSONObj(AValue: TRALJSONArray); |
Properties
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj; |
![]() |
property Table[AIndex:IntegerRAL]: TRALDBInfoTable read GetTable; |
![]() |
property TableName[AName:StringRAL]: TRALDBInfoTable read GetTableName; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Count: IntegerRAL; |
![]() |
function NewTable: TRALDBInfoTable; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
function GetAsJSONObj: TRALJSONArray; |
![]() |
function GetTable(AIndex: IntegerRAL): TRALDBInfoTable; |
![]() |
function GetTableName(AName: StringRAL): TRALDBInfoTable; |
![]() |
procedure Clear; |
![]() |
procedure SetAsJSON(AValue: StringRAL); |
![]() |
procedure SetAsJSONObj(AValue: TRALJSONArray); |
Properties
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj; |
![]() |
property Table[AIndex:IntegerRAL]: TRALDBInfoTable read GetTable; |
![]() |
property TableName[AName:StringRAL]: TRALDBInfoTable read GetTableName; |
GitHub Repository
Generated by PasDoc 0.16.0.

