Data.DBXCommon.TDBXFormatter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXFormatter

Delphi

TDBXFormatter = class

C++

class PASCALIMPLEMENTATION TDBXFormatter : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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