Classe TConnectionDefs

Unit

Declaração

type TConnectionDefs = class(TPersistent)

Descrição

Hierarquia

Visão Geral

Métodos

Public Constructor Create;
Public Destructor Destroy; Override;
Public Procedure Assign(Source : TPersistent); Override;
Public Function ToJSON: String;
Public Procedure LoadFromJSON(Value : String);

Propriedades

Published property DriverType : TRESTDWDatabaseType Read vDWDatabaseType Write vDWDatabaseType;
Published property Charset : String Read vCharset Write vCharset;
Published property DriverID : String Read vDriverID Write vDriverID;
Published property DatabaseName : String Read vDatabaseName Write vDatabaseName;
Published property HostName : String Read vHostName Write vHostName;
Published property Username : String Read vUsername Write vUsername;
Published property Password : String Read vPassword Write vPassword;
Published property Protocol : String Read vProtocol Write vProtocol;
Published property DBPort : Integer Read vdbPort Write vdbPort;
Published property DataSource : String Read vDataSource Write vDataSource;
Published property OtherDetails : String Read votherDetails Write votherDetails;

Descrição

Métodos

Public Constructor Create;
 
Public Destructor Destroy; Override;

Cria o Componente

Public Procedure Assign(Source : TPersistent); Override;

Destroy a Classe

Public Function ToJSON: String;
 
Public Procedure LoadFromJSON(Value : String);
 

Propriedades

Published property DriverType : TRESTDWDatabaseType Read vDWDatabaseType Write vDWDatabaseType;
 
Published property Charset : String Read vCharset Write vCharset;
 
Published property DriverID : String Read vDriverID Write vDriverID;
 
Published property DatabaseName : String Read vDatabaseName Write vDatabaseName;
 
Published property HostName : String Read vHostName Write vHostName;
 
Published property Username : String Read vUsername Write vUsername;
 
Published property Password : String Read vPassword Write vPassword;
 
Published property Protocol : String Read vProtocol Write vProtocol;
 
Published property DBPort : Integer Read vdbPort Write vdbPort;
 
Published property DataSource : String Read vDataSource Write vDataSource;
 
Published property OtherDetails : String Read votherDetails Write votherDetails;
 

Gerado por PasDoc 0.16.0.