Datasnap.DSCommonServer.TDSMethodInfo.DSMethodName

From RAD Studio API Documentation
Revision as of 01:04, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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