Datasnap.DSCommonServer.TDSCustomServer.GetServerClassList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetServerClassList(const List: TDBXArrayList);

C++

void __fastcall GetServerClassList(Data::Dbxplatform::TDBXArrayList* const List);

Properties

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

Description

Provides a list of classes registered with the server.

GetServerClassList provides a list of classes registered with the server. It returns a list (as a TDBXArrayList) containing classes registered with the server.

See Also