FireDAC.Comp.Client.TFDCustomManager.ActiveStoredUsage
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomManager |
Delphi
property ActiveStoredUsage: TFDStoredActivationUsage read FActiveStoredUsage
C++
__property Firedac::Comp::Dataset::TFDStoredActivationUsage ActiveStoredUsage = {read=FActiveStoredUsage, write=FActiveStoredUsage, default=3};
Description
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.