REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller


Beschreibung

Gibt True zurück, wenn JsonReflectAttribute ein Attribut des angegebenen RTTI-Feldes ist; ansonsten wird False zurückgegeben.

Siehe auch