REST.JsonReflect.TTypeMarshaller.HasInterceptor
Delphi
function HasInterceptor(rttiField: TRttiDataMember): Boolean;
C++
bool __fastcall HasInterceptor(System::Rtti::TRttiDataMember* rttiField);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TTypeMarshaller |
Description
Returns True if JsonReflectAttribute is an attribute of the specified RTTI field; it returns False otherwise.