Datasnap.DSReflect.TDSMethod.IsDestructor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDestructor: Boolean read FIsDestructor;

C++

__property bool IsDestructor = {read=FIsDestructor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod

Description

Specifies whether the method described by this TDSMethod is a destructor.

See Also