FireDAC.Comp.Client.TFDManager.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: TFDManager

Delphi

property ResourceOptions;

C++

__property ResourceOptions;

Description

The "root" resource control options.

FireDAC.Comp.Client.TFDManager.ResourceOptions inherits from FireDAC.Comp.Client.TFDCustomManager.ResourceOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.ResourceOptions.

The "root" resource control options.

The ResourceOptions property returns the reference to the "root" instance of the resource control options. These options control how FireDAC should use the DBMS and workstation resources. 

The option values are inherited by all TFDCustomConnections and, consequently, by all TFDCustomCommands and datasets in the application. 

See Setting Options for more information on working with options.

See Also