API:FireDAC.Comp.Client.TFDConnection.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDConnection

Delphi

property ResourceOptions;

C++

__property ResourceOptions;

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