| [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. FindCloseUTF8 is needed to free the internal resources allocated to the search record in FindFirstUTF8. FindCloseUTF8 calls the FindClose function in SysUtils.
| lazarus-ccr.sourceforge.net |