Datasnap.DSReflect.TDSMethod.IsDestructor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSMethod

Delphi

property IsDestructor: Boolean read FIsDestructor;

C++

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

Description

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

See Also