[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Close a find handle
Source position: filutilh.inc line 139
procedure FindClose( |
var F: TUnicodeSearchRec |
); |
var F: TRawbyteSearchRec |
); |
FindClose ends a series of FindFirst/FindNext calls, and frees any memory used by these calls. It is absolutely necessary to do this call, or huge memory losses may occur.
For an example, see FindFirst.
None.
|
Start a file search and return a findhandle |
|
|
Find the next entry in a findhandle. |