Glossary

`FreeAndNil`

A procedure from `SysUtils` that frees an object and sets the reference variable to `nil` in a single atomic operation, preventing dangling reference bugs. (Ch. 16)

Learn More

Related Terms