System.Rtti.TRttiMethod.IsClassMethod
Delphi
property IsClassMethod: Boolean read GetIsClassMethod;
C++
__property bool IsClassMethod = {read=GetIsClassMethod, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | System.Rtti.pas System.Rtti.hpp | System.Rtti | TRttiMethod | 
説明
そのメソッドが class method かどうかを示します。
IsClassMethod プロパティを使用すると、リフレクションされたメソッドが class method かどうかを調べることができます。
関連項目