Frees resources allocated to the specified search record.
Source position: lazfileutils.pas line 116
procedure FindCloseUTF8( |
var F: TSearchrec |
); |
F |
|
Search record to free in the procedure. |
FindCloseUTF8 is a procedure used to free resources allocated to the search record in F by the FindFirstUTF8 routine. FindCloseUTF8 calls the FindClose function in the SysUtils unit.
| Version 4.4 | Generated 2025-11-08 | Home |