Datasnap.DSCommonServer.TDSServerMethodEventObject.MethodAlias

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodAlias: string read FMethodAlias;

C++

__property System::UnicodeString MethodAlias = {read=FMethodAlias};

Properties

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

Description

Provides the name of the server method.

Read the MethodAlias property to obtain the name of the server method.

See Also