Datasnap.DSProxyRest.TDSAdminRestClient.ListMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ListMethods(ClassName: string): TJSONArray;

C++

System::Json::TJSONArray* __fastcall ListMethods(System::UnicodeString ClassName);

Properties

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

Description

Executes the 'DSAdmin.ListMethods' command.

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

The ClassName parameter specifies the name of the class for which to list the methods.

See Also