API:FireDAC.Comp.Client.TFDManager.ActiveStoredUsage
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDManager | |
Delphi
property ActiveStoredUsage;
C++
__property ActiveStoredUsage = {default=3};
Description
Controls how to use the Active property value saved to DFM.
FireDAC.Comp.Client.TFDManager.ActiveStoredUsage inherits from FireDAC.Comp.Client.TFDCustomManager.ActiveStoredUsage. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.ActiveStoredUsage.
Controls how to use the Active property value saved to DFM.
ActiveStoredUsage controls how to use the Active property value saved to DFM. It includes:
auDesignTime, for using the property value at design time.auRunTime, for using the property value at run time.