System.Rtti.TRttiObject.HasAttribute
Delphi
function HasAttribute(AAttrClass: TCustomAttributeClass): Boolean; overload; inline;
function HasAttribute<T: TCustomAttribute>: Boolean; overload; inline;
C++
bool __fastcall HasAttribute(System::TCustomAttributeClass AAttrClass)/* overload */;
template<typename T> bool __fastcall HasAttribute()/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiObject |
Description
Embarcadero Technologies does not currently have any additional information.