Datasnap.DSReflect.TDSMethod.IsDestructor
| [–] 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.