Data.DBXCommon.TDBXMorphicCommand.FreeOnExecute
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXMorphicCommand |
Delphi
procedure FreeOnExecute(Value: TObject); override;
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.
Data.DBXCommon.TDBXMorphicCommand.FreeOnExecute inherits from Data.DBXCommon.TDBXCommand.FreeOnExecute. All content below this line refers to Data.DBXCommon.TDBXCommand.FreeOnExecute.
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.