Data.DBXCommon.TDBXCommand.FreeOnExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeOnExecute(Value: TObject); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Description

Registers an arbitrary object that will be freed the next time the command is executed, closed, or freed.

FreeOnExecute registers the object indicated by Value, and frees it the next time the command is executed, closed, or freed.