System.Rtti.TRttiObject.GetAttribute

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiObject

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !