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