| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Frees resources allocated to the specified search record
Source position: lazfileutils.pas line 112
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 in FindFirstUTF8. FindCloseUTF8 calls the FindClose function in SysUtils.
| lazarus-ccr.sourceforge.net |