티스토리 뷰
Delphi
procedure Seek(var F: File; N: Longint);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure |
public |
System.pas |
Description
Moves the current position of a file to a specified component.
Use Seek in Delphi code to move to a specified position in open typed or untyped files.
The current file position of F moves to component number N, where the number of the first component of a file is 0.
In the above syntax, F is a typed or untyped file variable.
The file specified by F must be open.
N is an expression of type Longint.
To expand a file, seek one component beyond the last component.
That is, the statement Seek(F, FileSize(F)) moves the current file position to the end of the file.
Note: {$ I +} handles run-time errors using exceptions.
When using {$ I -}, use IOResult to check for I/O errors.
파일의 현재 위치를 지정된 컴포넌트로 이동합니다.
Delphi 코드에서 Seek을 사용하여 열린 형식의 파일이나 형식이 없는 파일의 지정된 위치로 이동합니다.
F의 현재 파일 위치는 파일의 첫 번째 컴포넌트 번호가 0인 컴포넌트 번호 N으로 이동합니다.
위 구문에서, F는 형식화되거나 형식화되지 않은 파일 변수입니다.
F로 지정된 파일이 열려 있어야 합니다.
N은 Longint 유형의 표현식입니다.
파일을 확장하려면 마지막 컴포넌트를 넘어 하나의 컴포넌트만 검색하십시오.
즉 Seek (F, FileSize (F)) 문은 현재 파일 위치를 파일의 끝으로 이동합니다.
참고: {$ I +}는 예외를 사용하여 런타임 오류를 처리합니다.
{$ I -}을 사용할 때, IOResult를 사용하여 I/O 오류를 확인하십시오.
above 미국·영국 [ə|bʌv] 1. (위치나 지위 면에서) …보다 위에 beyond 미국식 [bɪ|jɑ:nd] 1. …저편에 seek 미국·영국 [si:k] 1. (…을 발견하기 위해) 찾다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Seek
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Readln (0) | 2017.02.23 |
---|---|
[Reference] System.RunError (0) | 2017.02.22 |
[Reference] System.SysUtils.Format (0) | 2017.02.20 |
[Reference] Vcl.Dialogs.ShowMessagePos (0) | 2017.02.19 |
[Reference] Vcl.Dialogs.MessageDlg (0) | 2017.02.18 |
- Total
- Today
- Yesterday
- 문법
- 계산기
- 응용
- SysUtils
- tdataset
- Reference
- 왕초보 영어회화 100일의 기적
- java
- 영어
- 설명
- 일기
- 작문
- 교육센터
- 상황
- Pte
- 여행영어 100일의 기적
- wfd
- RA
- 스택
- 정렬
- ADODB
- Delphi
- 알고리즘
- 대상
- System
- 자료구조
- 독해
- SWT
- VCL
- 말하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |