Datasnap.DSReflect.TDSMethod.PublicMethod

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PublicMethod: Boolean read IsPublicMethod;

C++

__property bool PublicMethod = {read=IsPublicMethod, 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 als public deklariert ist.

Siehe auch