FireDAC.Stan.Intf.TFDStorageFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDStorageFormat = (sfAuto, sfXML, sfBinary, sfJSON);

C++

enum DECLSPEC_DENUM TFDStorageFormat : unsigned int { sfAuto, sfXML, sfBinary, sfJSON };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Specifies the data storage format.

TFDStorageFormat specifies data storage format modes.

Name Description
sfAuto Default
sfXML XML storage of data
sfBinary Binary storage of data

See Also