Since v2.7.2 Returns or sets database properties to organize the component behavior at design-time. Syntax: TMySQLDBDesignOption = (ddoStoreConnected, ddoStorePassword); Description: Set DesignOptions to include the desired properties for the TMySQLDatabase behavior at design-time. DesignOptions is a set drawn from the following values: ddoStoreConnected Enable a saving of the Connected property into a .dfm file in design mode. ddoStorePassword Save a password into .dfm file. It can decrease the database security. See also: Connected, UserPassword properties |