API:FireDAC.Comp.Client.TFDCommand.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 TFDCommand

Description

Controls how to use the Active property value saved to DFM.

FireDAC.Comp.Client.TFDCommand.ActiveStoredUsage inherits from FireDAC.Comp.Client.TFDCustomCommand.ActiveStoredUsage. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.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.

See Also