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 */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiObject |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。