Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.NonURLTypes

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

Delphi

property NonURLTypes: TDBXInt32s read GetNonURLTypes;

C++

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

プロパティ

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


説明

URL 内で渡すことのできない型の TDBXInt32s 配列であるかどうかを示します。

次の表は、非 URL 型の一覧です:

非 URL 型

TDBXDataTypes.JsonValueType

TDBXDataTypes.ObjectType

TDBXDataTypes.TableType

TDBXDataTypes.BytesType

TDBXDataTypes.VarBytesType

TDBXDataTypes.ArrayType

TDBXDataTypes.CharArrayType

TDBXDataTypes.BlobType

TDBXDataTypes.BinaryBlobType

関連項目