REST.JsonReflect.TTypeMarshaller.HasConverter

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

Delphi

function HasConverter(clazz: TClass; Field: string): Boolean;

C++

bool __fastcall HasConverter(System::TClass clazz, System::UnicodeString Field);

プロパティ

種類 可視性 ソース ユニット
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller


説明

指定されたクラスの指定されたフィールド名に対して変換ルーチン登録されていれば True を返します。登録されていなければ False を返します。

関連項目