[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

FindCloseUTF8

Frees resources allocated to the specified search record

Declaration

Source position: lazfileutils.pas line 112

procedure FindCloseUTF8(

  var F: TSearchrec

);

Arguments

F

  

Search record to free in the procedure

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.