Datasnap.DSCommonServer.TDSCustomServer.CreateServerMethods
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSCustomServer |
Delphi
procedure CreateServerMethods(const Methods: TDSMethodEntity);
C++
void __fastcall CreateServerMethods(Datasnap::Dscommontable::TDSMethodEntity* const Methods);
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.