Datasnap.DSReflect.TDSMethod.DSMethodName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSMethodName: string read GetDSMethodName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod

Description

Represents a string that is the name of the method described by this TDSMethod.

See Also