| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Frees the TObject instance (when assigned) before setting the reference to Nil.
Source position: lclproc.pas line 114
procedure FreeThenNil( |
var obj |
); |
obj |
|
The object reference freed and Nil'd in the routine. |
Calls the FreeThenNil routine in the lazutilities.pas unit from the lazutils package.
Deprecated in LCL version 3.0. Use the FreeThenNil routine in the LazUtilities.pas unit from the LazUtils package instead.
| Version 4.0 | Generated 2025-05-03 | Home |