Class TRALDBInfoTable

Unit

Declaration

type TRALDBInfoTable = class(TObject)

Description

TRALDBInfoTable

Hierarchy

Overview

Methods

Public constructor Create;
Protected function GetAsJSON: StringRAL;
Protected function GetAsJSONObj: TRALJSONObject;
Protected procedure SetAsJSON(AValue: StringRAL);
Protected procedure SetAsJSONObj(AValue: TRALJSONObject);

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
Public property AsJSONObj: TRALJSONObject read GetAsJSONObj write SetAsJSONObj;
Published property IsSystem: boolean read FIsSystem write FIsSystem;
Published property Name: StringRAL read FName write FName;
Published property Schema: StringRAL read FSchema write FSchema;

Description

Methods

Public constructor Create;
 
Protected function GetAsJSON: StringRAL;
 
Protected function GetAsJSONObj: TRALJSONObject;
 
Protected procedure SetAsJSON(AValue: StringRAL);
 
Protected procedure SetAsJSONObj(AValue: TRALJSONObject);
 

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
 
Public property AsJSONObj: TRALJSONObject read GetAsJSONObj write SetAsJSONObj;
 
Published property IsSystem: boolean read FIsSystem write FIsSystem;
 
Published property Name: StringRAL read FName write FName;
 
Published property Schema: StringRAL read FSchema write FSchema;
 


GitHub Repository
Generated by PasDoc 0.16.0.