Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TDBEinstellungen = class(TXMLObject)
![]() |
function ValuesSet : boolean; |
![]() |
function UseSSL : boolean; |
![]() |
property Host : string read m_strHost write m_strHost; |
![]() |
property Port : string read m_strPort write m_strPort; |
![]() |
property User : string read m_strUser write m_strUser; |
![]() |
property Database : string read m_strDatabase write m_strDatabase; |
![]() |
property Password : string read m_strPassword write m_strPassword; |
![]() |
property SSL : byte read m_iSSL write m_iSSL; |
![]() |
function UseSSL : boolean; |
Fragt ab, ob SSL verwendet werden soll. Result
|
![]() |
property Host : string read m_strHost write m_strHost; |
![]() |
property Port : string read m_strPort write m_strPort; |
![]() |
property User : string read m_strUser write m_strUser; |
![]() |
property Database : string read m_strDatabase write m_strDatabase; |
![]() |
property Password : string read m_strPassword write m_strPassword; |
![]() |
property SSL : byte read m_iSSL write m_iSSL; |