System.Rtti.TRttiMethod.IsClassMethod
Delphi
property IsClassMethod: Boolean read GetIsClassMethod;
C++
__property bool IsClassMethod = {read=GetIsClassMethod, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.Rtti.pas System.Rtti.hpp | System.Rtti | TRttiMethod | 
Description
Specifies whether the method is a class method.
Use IsClassMethod to check whether the reflected method is a class method.