Datasnap.DSProxy.TDSAdminClient.ListClasses

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Unit: Datasnap.DSProxy
Parent: TDSAdminClient

Delphi

function ListClasses: TJSONArray;

C++

System::Json::TJSONArray* __fastcall ListClasses();

Description

Executes the DSAdmin.ListClasses command.

The DSAdmin.ListClasses command is executed using the TDBXConnection set by the class constructor Create.

See Also