Datasnap.DSClientRest.TDSRestCommand.FreeOnExecute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestCommand

Delphi

procedure FreeOnExecute(Value: TObject);

C++

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

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