Please see TMySQLDatabase properties short descriptions
below:
Indicates whether or not a database connection is active.
Sets connection character set.
Sets connection collation.
Specifies the time interval to re-attempt a connection.
Sets DB connection parameters.
Specifies the name of the database to associate with this database component.
Indicates the number of active datasets associated with the connection component.
Provides an indexed array of all active datasets for a database component.
Deprecated property, use MultiThreaded instead
Specifies the database handle.
Specifies whether or not to share a database handle.
Sets HOST on which server is running.
Indicates whether a database transaction is in progress or not.
Specifies whether an application remains connected to a database even if no datasets are open.
Get last inserted value of AUTO_INCREMENT column from MySQL server
Specifies whether a dialog appears immediately before opening a new connection.
Sets 'max_allowed_packet' connection parameter value in megabytes.
Allows usage of MySQL connection from several threads.
Contains database connection parameters for the MySQL server.
Sets server's port.
Specifies that the database connection provides read-only access.
Specifies server version like ineger number.
Specifies the transaction isolation level for transactions.
The user ID with which you log on to the database.
To provide a password for the connection.
Read this property value to ensure that UTF8 character set is used in the connection to MySQL server. This property is read-only.