[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 116

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 by the FindFirstUTF8 routine. FindCloseUTF8 calls the FindClose function in the SysUtils unit.


Version 3.2 Generated 2024-02-25 Home