Data.DBXCommon.TDBXCommand.FreeOnExecute
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
procedure FreeOnExecute(Value: TObject); virtual;
C++
virtual void __fastcall FreeOnExecute(System::TObject* Value);
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.