Datasnap.DSCommonServer.TDSCustomServer.CreateServerMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateServerMethods(const Methods: TDSMethodEntity);

C++

void __fastcall CreateServerMethods(Datasnap::Dscommontable::TDSMethodEntity* const Methods);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

Description

Registers server methods with the server.

The CreateServerMethods method registers server methods with the server so they can be called from a client.

The MethodReader parameter is a DSMethodEntity (as a TDBXReader) that contains server methods to register with the server.

See Also