Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

Description

Returns True if there is an attribute interceptor defined for the TRttiField instance.

See Also