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;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function Count: IntegerRAL;

This item has no description.

Public function NewField: TRALDBInfoField;

This item has no description.

Protected function GetAsJSON: StringRAL;

This item has no description.

Protected function GetAsJSONObj: TRALJSONArray;

This item has no description.

Protected function GetField(AIndex: IntegerRAL): TRALDBInfoField;

This item has no description.

Protected function GetFieldName(AName: StringRAL): TRALDBInfoField;

This item has no description.

Public procedure Clear;

This item has no description.

Protected procedure SetAsJSON(AValue: StringRAL);

This item has no description.

Protected procedure SetAsJSONObj(AValue: TRALJSONArray);

This item has no description.

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;

This item has no description.

Public property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj;

This item has no description.

Public property Field[AIndex: IntegerRAL]: TRALDBInfoField read GetField;

This item has no description.

Public property FieldName[AName: StringRAL]: TRALDBInfoField read GetFieldName;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.