FireDAC.Stan.Option.TFDTopResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDTopResourceOptions = class(TFDResourceOptions)

C++

class PASCALIMPLEMENTATION TFDTopResourceOptions : 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 automatic connection recovery, dataset persistence and server output.

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

TFDTopResourceOptions is the terminal class in the resource options classes hierarchy. The TFDCustomManager and TFDCustomConnection classes are using it.

See Also