Data.DBXJSONReflect.TTypeMarshaller.HasInterceptor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TTypeMarshaller

Delphi

function HasInterceptor(rttiField: TRTTIField): Boolean;

C++

bool __fastcall HasInterceptor(System::Rtti::TRttiField* rttiField);

Description

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

See Also