프로그래밍 언어/Delphi
[Reference] System.SysUtils.FindClose
얗마
2017. 2. 1. 20:55
Delphi
procedure FindClose(var F: TSearchRec);
C++
extern PACKAGE void __fastcall FindClose(TSearchRec &F);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Releases memory allocated by FindFirst.
FindClose terminates a FindFirst / FindNext sequence.
FindFirst에서 할당된 메모리를 해제합니다.
FindClose는 FindFirst / FindNext 시퀀스를 종료합니다.
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.FindClose