Class TRALDBInfoFields

Unit

Declaration

type TRALDBInfoFields = class(TObject)

Description

TRALDBInfoFields

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function Count: IntegerRAL;
Public function NewField: TRALDBInfoField;
Protected function GetAsJSON: StringRAL;
Protected function GetAsJSONObj: TRALJSONArray;
Protected function GetField(AIndex: IntegerRAL): TRALDBInfoField;
Protected function GetFieldName(AName: StringRAL): TRALDBInfoField;
Public procedure Clear;
Protected procedure SetAsJSON(AValue: StringRAL);
Protected procedure SetAsJSONObj(AValue: TRALJSONArray);

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
Public property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj;
Public property Field[AIndex:IntegerRAL]: TRALDBInfoField read GetField;
Public property FieldName[AName:StringRAL]: TRALDBInfoField read GetFieldName;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function Count: IntegerRAL;
 
Public function NewField: TRALDBInfoField;
 
Protected function GetAsJSON: StringRAL;
 
Protected function GetAsJSONObj: TRALJSONArray;
 
Protected function GetField(AIndex: IntegerRAL): TRALDBInfoField;
 
Protected function GetFieldName(AName: StringRAL): TRALDBInfoField;
 
Public procedure Clear;
 
Protected procedure SetAsJSON(AValue: StringRAL);
 
Protected procedure SetAsJSONObj(AValue: TRALJSONArray);
 

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
 
Public property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj;
 
Public property Field[AIndex:IntegerRAL]: TRALDBInfoField read GetField;
 
Public property FieldName[AName:StringRAL]: TRALDBInfoField read GetFieldName;
 


GitHub Repository
Generated by PasDoc 0.16.0.