FireDAC.Stan.Option.TFDResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Option.TFDCustomOptionsSystem.Classes.TPersistentSystem.TObjectTFDResourceOptions

Delphi

TFDResourceOptions = class(TFDCustomOptions)

C++

class PASCALIMPLEMENTATION TFDResourceOptions : public TFDCustomOptions

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.

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