Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TMySQLCollection = class(TXMLEncryptedCollection)
![]() |
constructor Create(ItemClass : TXMLCollectionItemClass); override; |
![]() |
destructor Destroy; override; |
![]() |
function connect(strHost : string; wPort : word; strBenutzer, strKennwort, strDB : string; bVerschluesselung : boolean) : boolean; |
![]() |
procedure disconnect; |
![]() |
function UpdateItem(strID, strTable, strAttribute, strValue : string) : boolean; |
![]() |
property MySQLClient : TMysqlClient read m_mysqlclient write m_mysqlclient; |
![]() |
property Errortext : string read m_strFehlertext write m_strFehlertext; |
![]() |
constructor Create(ItemClass : TXMLCollectionItemClass); override; |
Konstruktor Parameter
|
![]() |
destructor Destroy; override; |
Destruktor |
![]() |
procedure disconnect; |
Diese Methode trennt die Verbindung zur Datenbank |
![]() |
property MySQLClient : TMysqlClient read m_mysqlclient write m_mysqlclient; |
![]() |
property Errortext : string read m_strFehlertext write m_strFehlertext; |