Data.DBXCommon.TDBXFormatter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXFormatter
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXFormatter = class

C++

class PASCALIMPLEMENTATION TDBXFormatter : public System::TObject

Description

Parse and format string representations for some value class objects.

TDBXFormatter is used to parse and format string representations for TDBXDate, TDBXTime, TSQLTimeStamp, and TBcd values using the "As" properties of TDBXValue and TDBXWritableValue. TDBXConnectionFactory provides a default implementation of TDBXFormatter for all connections.

See Also