Data.DBXJSONReflect.TTypeMarshaller.HasInterceptor

提供:RAD Studio API Documentation

Delphi

function HasInterceptor(rttiField: TRTTIField): Boolean;

C++

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

プロパティ

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


説明

TRttiField インスタンスに属性インターセプタが定義されている場合に True を返します。

関連項目