FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.ActiveStoredUsage

From RAD Studio API Documentation

Delphi

property ActiveStoredUsage: TFDStoredActivationUsage read FActiveStoredUsage write FActiveStoredUsage default 3;

C++

__property ActiveStoredUsage = {default=3};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
FireDAC.Phys.MongoDBDataSet TFDMongoDataSet

Description

Controls how to use the Active property value saved to DFM. {{#multireplace:FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.ActiveStoredUsage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.ActiveStoredUsage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.ActiveStoredUsage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also