API:FireDAC.Stan.Option.TFDBottomResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Option.TFDResourceOptionsFireDAC.Stan.Option.TFDCustomOptionsSystem.Classes.TPersistentSystem.TObjectTFDBottomResourceOptions

Delphi

TFDBottomResourceOptions = class(TFDResourceOptions)

C++

class PASCALIMPLEMENTATION TFDBottomResourceOptions : public TFDResourceOptions

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option FireDAC.Stan.Option

Description

The set of options controlling SQL command preprocessor, command execution and dataset persistence.

FireDAC.Stan.Option.TFDBottomResourceOptions inherits from FireDAC.Stan.Option.TFDResourceOptions. All content below this line refers to FireDAC.Stan.Option.TFDResourceOptions.

The set of options controlling SQL command preprocessor, command execution and dataset persistence.

The TFDResourceOptions class represents the set of properties controlling how FireDAC components and Phys Layer command interfaces:

TFDResourceOptions is an intermediate class in the resource options classes hierarchy.

The TFDCustomManager and TFDCustomConnection classes use TFDTopResourceOptions. TFDCustomCommand and TFDDataSet use TFDBottomResourceOptions.

See Also