Datasnap.DSReflect.TDSMethod.DSMethodName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DSMethodName: string read GetDSMethodName;

C++

__property System::UnicodeString DSMethodName = {read=GetDSMethodName};

Eigenschaften

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


Beschreibung

Repräsentiert ein String, der der Name der in dieser TDSMethod-Instanz beschriebenen Methode ist.

Siehe auch