System.Rtti.TRttiMethod.IsStatic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsStatic: Boolean read GetIsStatic;

C++

__property bool IsStatic = {read=GetIsStatic, 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 static method.

Use IsStatic to check whether the reflected method is a static method.

See Also