System.Rtti.TRttiObject.GetAttribute
Delphi
function GetAttribute(AAttrClass: TCustomAttributeClass): TCustomAttribute; overload;
function GetAttribute<T: TCustomAttribute>: T; overload; inline;
C++
System::TCustomAttribute* __fastcall GetAttribute(System::TCustomAttributeClass AAttrClass)/* overload */;
template<typename T> T __fastcall GetAttribute()/* 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.