Datasnap.DSCommonServer.TDSServerMethod.ClearResources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClearResources: Boolean; virtual;

C++

virtual bool __fastcall ClearResources();

Properties

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

Description

Clears all allocated resources for the parameters of the server method.

Call the ClearResources method to clear all allocated resources for the parameters of the server method. ClearResources returns True if all allocated resources were freed, False otherwise.

If a deallocation fails and False is returned, ClearResources will continue the deallocation of the remaining resources.