Datasnap.DSCommonServer.TDSServerMethodEventObject.MethodAlias

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSServerMethodEventObject

Delphi

property MethodAlias: string read FMethodAlias;

C++

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

Description

Provides the name of the server method.

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

See Also