Connection parameters.
Source position: db.pas line 2330
|  published property TDatabase.Params : TStrings | 
Params is a catch-all storage mechanism for database connection parameters. It is a list of strings in the form of Name=Value pairs. Which name/value pairs are supported depends on the TDatabase descendent, but the user_name and password parameters are commonly used to store the login credentials for the database.
| 
 | Directory for the database. | |
| 
 | Database name or path. |