System.SysUtils.FindClose
Delphi
procedure FindClose(var F: TSearchRec);
C++
extern DELPHI_PACKAGE void __fastcall FindClose(TSearchRec &F);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Releases memory allocated by FindFirst.
FindClose terminates a FindFirst/FindNext sequence.
See Also