REST.JsonReflect.TTypeMarshaller.HasInterceptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasInterceptor(rttiField: TRttiField): Boolean;

C++

bool __fastcall HasInterceptor(System::Rtti::TRttiField* 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.

See Also