API:FireDAC.Comp.Client.TFDManager.ActiveStoredUsage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveStoredUsage: TFDStoredActivationUsage read FActiveStoredUsage write FActiveStoredUsage default 3;

C++

__property ActiveStoredUsage = {default=3};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDManager

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.

See Also