Datasnap.DSProxyRest.TDSAdminRestClient.ListClasses

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ListClasses: TJSONArray;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

Description

Executes the 'DSAdmin.ListClasses' command.

The ListClasses method executes the 'DSAdmin.ListClasses' command through a 'GET' request.

See Also