Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.NonURLTypes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property NonURLTypes: TDBXInt32s read GetNonURLTypes;

C++

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

Propriétés

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

Description

Est un tableau TDBXInt32s contenant les types qui ne peuvent pas être passés dans l'URL.

Le tableau suivant énumère les types non URL :

Type non URL

TDBXDataTypes.JsonValueType

TDBXDataTypes.ObjectType

TDBXDataTypes.TableType

TDBXDataTypes.BytesType

TDBXDataTypes.VarBytesType

TDBXDataTypes.ArrayType

TDBXDataTypes.CharArrayType

TDBXDataTypes.BlobType

TDBXDataTypes.BinaryBlobType

Voir aussi