Datasnap.DSReflect.TDSMethod.IsDestructor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsDestructor: Boolean read FIsDestructor;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod


Beschreibung

Gibt an, ob die von dieser TDSMethod-Instanz beschriebene Methode ein Destruktor ist.

Siehe auch