Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.SupportedTypes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SupportedTypes: TDBXInt32s read GetSupportedTypes;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter


説明

サポートされている型の TDBXInt32s 配列を表します。

次の表は、サポートされている型の一覧です:

サポートされている型

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

関連項目