Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.NonURLTypes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property NonURLTypes: TDBXInt32s read GetNonURLTypes;

C++

__property Data::Dbxplatform::TDBXInt32s NonURLTypes = {read=GetNonURLTypes};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Beschreibung

Ein TDBXInt32s-Array mit Typen, die nicht in einem URL übergeben werden dürfen.

Die folgende Tabelle enthält die Nicht-URL-Typen:

Nicht-URL-Typen

TDBXDataTypes.JsonValueType

TDBXDataTypes.ObjectType

TDBXDataTypes.TableType

TDBXDataTypes.BytesType

TDBXDataTypes.VarBytesType

TDBXDataTypes.ArrayType

TDBXDataTypes.CharArrayType

TDBXDataTypes.BlobType

TDBXDataTypes.BinaryBlobType

Siehe auch