Data.DBXJSONReflect.TTypeMarshaller.HasInterceptor
[–] 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.