Datasnap.DSReflect.TDSMethod.IsConstructor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsConstructor: Boolean read FIsConstructor;

C++

__property bool IsConstructor = {read=FIsConstructor, 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 Konstruktor ist.

Siehe auch