Datasnap.DSCommonServer.TDSMethodInfo.SetMethodAlias

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSMethodInfo

Delphi

procedure SetMethodAlias(const MethodAlias: string);

C++

void __fastcall SetMethodAlias(const System::UnicodeString MethodAlias);

Description

Sets a new alias for a DataSnap server method.

SetMethodAlias is used to set a new alias for a DataSnap server method. The new alias is specified through the MethodAlias string type parameter.

See Also