System.Rtti.TRttiObject.GetAttribute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiObject

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.