FireDAC.Comp.Client.TFDCustomConnection.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResourceOptions: TFDTopResourceOptions read GetResourceOptions write SetResourceOptions;

C++

__property Firedac::Stan::Option::TFDTopResourceOptions* ResourceOptions = {read=GetResourceOptions, write=SetResourceOptions};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

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