Datasnap.DSProxyRest.TDSAdminRestClient.ClearResources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClearResources: Boolean;

C++

bool __fastcall ClearResources(void);

Properties

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

Description

Executes the 'DSAdmin.ClearResources' command.

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

See Also