Datasnap.DSCommonServer.TDSCustomServer.CreateServerClasses

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateServerClasses(const Classes: TDSClassEntity);

C++

void __fastcall CreateServerClasses(Datasnap::Dscommontable::TDSClassEntity* const Classes);

Properties

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

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.

See Also