FireDAC.Comp.Client.TFDQuery.ActiveStoredUsage
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDQuery |
Delphi
property ActiveStoredUsage;
C++
__property ActiveStoredUsage = {default=3};
Description
Controls how to use the Active property value saved to DFM.
FireDAC.Comp.Client.TFDQuery.ActiveStoredUsage inherits from FireDAC.Comp.DataSet.TFDDataSet.ActiveStoredUsage. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.ActiveStoredUsage.
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.