System.Rtti.TRttiMethod.IsConstructor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsConstructor: Boolean read GetIsConstructor;

C++

__property bool IsConstructor = {read=GetIsConstructor, 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 constructor.

Use IsConstructor to check whether the reflected method is a constructor.

See Also