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 for controlling dataset persistence.

The TFDBottomResourceOptions class represents the set of properties controlling the persistence of datasets: PersistentFileName. TFDBottomResourceOptions is the terminal class in resource options classes hierarchy.

TFDCustomCommand and TFDDataSet use TFDBottomResourceOptions.

See Also