Class TRALDBInfoFields
Unit
Declaration
type TRALDBInfoFields = class(TObject)
Description
TRALDBInfoFields
Hierarchy
- TObject
- TRALDBInfoFields
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Count: IntegerRAL; |
![]() |
function NewField: TRALDBInfoField; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
function GetAsJSONObj: TRALJSONArray; |
![]() |
function GetField(AIndex: IntegerRAL): TRALDBInfoField; |
![]() |
function GetFieldName(AName: StringRAL): TRALDBInfoField; |
![]() |
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 Field[AIndex:IntegerRAL]: TRALDBInfoField read GetField; |
![]() |
property FieldName[AName:StringRAL]: TRALDBInfoField read GetFieldName; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Count: IntegerRAL; |
![]() |
function NewField: TRALDBInfoField; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
function GetAsJSONObj: TRALJSONArray; |
![]() |
function GetField(AIndex: IntegerRAL): TRALDBInfoField; |
![]() |
function GetFieldName(AName: StringRAL): TRALDBInfoField; |
![]() |
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 Field[AIndex:IntegerRAL]: TRALDBInfoField read GetField; |
![]() |
property FieldName[AName:StringRAL]: TRALDBInfoField read GetFieldName; |
GitHub Repository
Generated by PasDoc 0.16.0.

