REST.JsonReflect.TTypeMarshaller.HasInterceptor
Delphi
function HasInterceptor(rttiField: TRttiField): Boolean;
C++
bool __fastcall HasInterceptor(System::Rtti::TRttiField* rttiField);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TTypeMarshaller |
Description
Renvoie True
si JsonReflectAttribute est un attribut du champ RTTI spécifié ; sinon, elle renvoie False
.