[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 112
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.
LazUtilities.FreeThenNil |