FireDAC.Comp.Client.TFDCustomConnection.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ResourceOptions: TFDTopResourceOptions read GetResourceOptions write SetResourceOptions;

C++

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

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