FireDAC.Comp.Client.TFDCustomCommand.ActiveStoredUsage
Delphi
property ActiveStoredUsage: TFDStoredActivationUsage read FActiveStoredUsage
C++
__property Firedac::Comp::Dataset::TFDStoredActivationUsage ActiveStoredUsage = {read=FActiveStoredUsage, write=FActiveStoredUsage, default=3};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
Controls how to use the Active property value saved to DFM.
The ActiveStoredUsage property controls how to use the Active property value saved to DFM.
Include:
auDesignTime
, to use the property value at design time;auRunTime
, to use the property value at run time.