Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.SupportedTypes
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: protected | |
| Source: Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp
| |
| Unit: Datasnap.DSCustomConnectorProxyWriter | |
| Parent: TDSCustomConnectorProxyWriter | |
Delphi
property SupportedTypes: TDBXInt32s read GetSupportedTypes;
C++
__property Data::Dbxplatform::TDBXInt32s SupportedTypes = {read=GetSupportedTypes};
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 |