API:FireDAC.Comp.Client.TFDConnection.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResourceOptions: TFDTopResourceOptions read GetResourceOptions write SetResourceOptions;

C++

__property ResourceOptions;

Properties

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

Description

The set of default options to control the use of resources.

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

The set of default options to control the use of resources.

The ResourceOptions property is the set of default properties that control the command's use of resources. These properties will be inherited by the commands and datasets associated with this connection. Also, these properties will inherit their value from FDManager object's ResourceOptions.

See Also