EPUB | CHM | PDF

TPSQLDatabase.Properties.DesignOptions

Top Previous Next

Returns or sets database properties to organize the component behavior at design-time.

Syntax:

TPSQLDBDesignOption = (ddoStoreConnected, ddoStorePassword);
TPSQLDBDesignOptions = set of TPSQLDBDesignOption;
property DesignOptions: TPSQLDBDesignOptions;

Description:

Set DesignOptions to include the desired properties for the TPSQLDatabase 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