FireDAC.Comp.Client.TFDConnection.ConnectedStoredUsage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectedStoredUsage: TFDStoredActivationUsage read FConnectedStoredUsage write FConnectedStoredUsage default 3;

C++

__property ConnectedStoredUsage = {default=3};

Properties

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

Description

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

FireDAC.Comp.Client.TFDConnection.ConnectedStoredUsage inherits from FireDAC.Comp.Client.TFDCustomConnection.ConnectedStoredUsage. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.ConnectedStoredUsage.

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

The ConnectedStoredUsage property controls how to use the Connected property value saved to the DFM. Include:

  • auDesignTime, to use the property value at design time.
  • auRunTime, to use the property value at run time.

See Also