Datasnap.DSCommonServer.TDSCustomServer.CreateServerClasses
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSCustomServer |
Delphi
procedure CreateServerClasses(const Classes: TDSClassEntity);
C++
void __fastcall CreateServerClasses(Datasnap::Dscommontable::TDSClassEntity* const Classes);
Description
Registers server classes with the server.
The CreateServerClasses method registers server methods with the server so they can be called from a client.
The ClassReader parameter is a collection of TDSClassEntity
(as a TDBXReader) that, along with server methods, should be registered with this server.