Datasnap.DSClientRest.TDSRestCommand.FreeOnExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeOnExecute(Value: TObject);

C++

void __fastcall FreeOnExecute(System::TObject* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCommand

Description

Adds a given object to a list of objects that will be freed when executing.

The FreeOnExecute method adds a given object specified by Value to a list of objects that will be freed when executing.

See Also