FireDAC.Comp.Client.TFDConnection.ConnectedStoredUsage
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDConnection | |
Delphi
property ConnectedStoredUsage;
C++
__property ConnectedStoredUsage = {default=3};
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.