API:FireDAC.Comp.Client.TFDConnection.ConnectedStoredUsage
Delphi
property ConnectedStoredUsage;
C++
__property ConnectedStoredUsage = {default=3};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDConnection |
Description
Controls how to use the Connected property value saved to the DFM.
FireDAC.Comp.Client.TFDConnection.ConnectedStoredUsage inherits from FireDAC.Comp.Client.TFDCustomConnection.ConnectedStoredUsage. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.ConnectedStoredUsage.
Controls how to use the Connected property value saved to the DFM.
The ConnectedStoredUsage property controls how to use the Connected property value saved to the DFM. Include:
auDesignTime
, to use the property value at design time.auRunTime
, to use the property value at run time.