티스토리 뷰
Delphi
procedure Readln(var F: File; [ ..., VN]); overload;
procedure Readln(var F: File; [ ..., VN]); overload;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure |
public |
System.pas |
Description
Reads a line of text from a file.
In Delphi code, the ReadLn procedure reads a line of text and then skips to the next line of the file.
The syntax shown here for ReadLn demonstrates that the procedure can take a variable number of arguments.
ReadLn(F) with no parameters causes the current file position to advance to the beginning of the next line, if there is one;
Otherwise, it goes to the end of the file.
If F is omitted, the global variable Input is used, which accesses the processes standard input file.
The use of Input in GUI applications raises special issues.
Note: { $ I + } handles run-time errors using exceptions.
When using { $ I - }, use IOResult to check for I / O errors.
파일에서 텍스트 줄을 읽습니다.
Delphi 코드에서 ReadLn 프로시저는 텍스트 줄을 읽고 파일의 다음 줄로 건너뜁니다.
ReadLn에 대해 여기에 표시된 구문은 프로시저가 다양한 수의 인수를 사용할 수 있음을 보여줍니다.
ReadLn (F)을 매개변수 없이 사용하면 현재 파일 위치가 다음 행의 시작 부분으로 넘어갑니다.
그렇지 않으면 파일의 끝으로 갑니다.
F가 생략되면 전역 변수인 Input 이 사용되며, 프로세스 표준 입력 파일에 액세스합니다.
GUI 응용 프로그램에서 Input 을 사용하면 특별한 문제가 발생합니다.
참고: { $ I + }는 예외를 사용하여 런타임 오류를 처리합니다.
{ $ I - }을 사용할 때 IOResult 를 사용하여 I / O 오류를 확인하십시오.
demonstrate 미국·영국 [|demənstreɪt] 1. 증거를 들어가며 보여주다, 입증하다 advance 미국식 [əd|vӕns] 1. (특히 군대의) 전진, 진군 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Readln
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.ExtractFileExt (0) | 2017.02.26 |
---|---|
[Reference] System.SysUtils.FindNext (0) | 2017.02.25 |
[Reference] System.RunError (0) | 2017.02.22 |
[Reference] System.Seek (0) | 2017.02.21 |
[Reference] System.SysUtils.Format (0) | 2017.02.20 |
- Total
- Today
- Yesterday
- Pte
- 응용
- 말하기
- Reference
- 스택
- 여행영어 100일의 기적
- 문법
- 대상
- 상황
- RA
- 설명
- 계산기
- VCL
- 일기
- 자료구조
- SWT
- SysUtils
- 교육센터
- java
- System
- 영어
- 작문
- 알고리즘
- 독해
- tdataset
- 정렬
- wfd
- ADODB
- 왕초보 영어회화 100일의 기적
- Delphi
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |