Contains database connection parameters for the MySQL server.
Syntax:
property Params: TStrings;
Description:
Use Params to examine or specify database connection parameters, such as server port,
server host, user name, and password. Params is a list of string items, each representing a
different database connection parameter.
 | At design time double-click a TMySQLDataBase component to
invoke the Database editor and set Params. |