Datasnap.DSCommonServer.TDSCustomServer.GetServerMethodParameters

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure GetServerMethodParameters(const ServerCon: TDSServerConnectionHandler; const Parameters: TDSMethodParametersEntity);

C++

void __fastcall GetServerMethodParameters(TDSServerConnectionHandler* const ServerCon, Datasnap::Dscommonproxy::TDSMethodParametersEntity* const Parameters);

Description

Provides a collection that contains parameters for methods registered with the server.

The GetServerMethodParameters method provides a collection that contains parameters for methods registered with the server.

See Also