Data.DBXJSONReflect.TTypeMarshaller.HasInterceptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function HasInterceptor(rttiField: TRTTIField): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

Beschreibung

Gibt True zurück, wenn für die TRttiField-Instanz kein Attribut-Interceptor definiert ist.

Siehe auch