System.Rtti.TRttiMethod.IsDestructor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDestructor: Boolean read GetIsDestructor;

C++

__property bool IsDestructor = {read=GetIsDestructor, 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 destructor.

Use IsDestructor to check whether the reflected method is a destructor.

See Also