System.Rtti.TRttiObject.GetAttribute

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiObject

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。