Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.SupportedTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportedTypes: TDBXInt32s read GetSupportedTypes;

C++

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

Properties

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

Description

Represents a TDBXInt32s array containing the supported types.

The following table lists the supported types:

Supported type

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

See Also