FireDAC.Stan.Option.TFDTopResourceOptions

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:
- Automatically activate connection (AutoConnect).
- Recover a broken connection (AutoReconnect).
- Bring server output to a client (ServerOutput, ServerOutputSize).
- Manage connection resources (KeepConnection, MaxCursors).
- Persist datasets.
TFDTopResourceOptions is the terminal class in the resource options classes hierarchy. The TFDCustomManager and TFDCustomConnection classes are using it.