Find the next entry in a findhandle.
Source position: filutilh.inc line 186
function FindNext(
var Rslt: TUnicodeSearchRec
):LongInt ;
function FindNext(
var Rslt: TRawbyteSearchRec
):LongInt ;
FindNext finds a next occurrence of a search sequence initiated by FindFirst. If another record matching the criteria in Rslt is found, 0 is returned, a nonzero constant is returned otherwise.
For an example, see FindFirst
On error (no more file is found), a nonzero constant is returned.
Start a file search and return a findhandle
Close a find handle