FireDAC.Comp.Client.TFDCommand.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResourceOptions: TFDBottomResourceOptions 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 TFDCommand

Description

The set of options to control the resources' usage.

FireDAC.Comp.Client.TFDCommand.ResourceOptions inherits from FireDAC.Comp.Client.TFDCustomCommand.ResourceOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.ResourceOptions.

The set of options to control the resources' usage.

The ResourceOptions property is the set of properties, controlling the resources' usage by the command. These properties will inherit the values from the ResourceOptions of the connection object.

See Also