Datasnap.DSCommonServer.TDSMethodInfo.DSMethodName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSMethodName: string read FMethodName write FMethodName;

C++

__property System::UnicodeString DSMethodName = {read=FMethodName, write=FMethodName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSMethodInfo

Description

Specifies the name of the DataSnap server method.

The DSMethodName property specifies the name of the DataSnap server method.

See Also