Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.SupportedTypes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property SupportedTypes: TDBXInt32s read GetSupportedTypes;

C++

__property Data::Dbxplatform::TDBXInt32s SupportedTypes = {read=GetSupportedTypes};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Représente un tableau TDBXInt32s contenant les types supportés.

Le tableau suivant énumère les types supportés :

Type supporté

TDBXDataTypes.AnsiStringType

TDBXDataTypes.WideStringType

TDBXDataTypes.BooleanType

TDBXDataTypes.Int8Type

TDBXDataTypes.Int16Type

TDBXDataTypes.Int32Type

TDBXDataTypes.Int64Type

TDBXDataTypes.UInt8Type

TDBXDataTypes.UInt16Type

TDBXDataTypes.UInt32Type

TDBXDataTypes.UInt64Type

TDBXDataTypes.DoubleType

TDBXDataTypes.SingleType

TDBXDataTypes.CurrencyType

TDBXDataTypes.BcdType

TDBXDataTypes.DateType

TDBXDataTypes.DatetimeType

TDBXDataTypes.TimeType

TDBXDataTypes.TimeStampType

TDBXDataTypes.JsonValueType

TDBXDataTypes.ArrayType

TDBXDataTypes.ObjectType

TDBXDataTypes.TableType

TDBXDataTypes.BinaryBlobType

Voir aussi