REST.JsonReflect.TTypeMarshaller.HasInterceptor

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

Delphi

function HasInterceptor(rttiField: TRttiField): Boolean;

C++

bool __fastcall HasInterceptor(System::Rtti::TRttiField* rttiField);

プロパティ

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


説明

JsonReflectAttribute が、指定された RTTI フィールド属性であれば、True を返します。そうでなければ、False を返します。

関連項目