티스토리 뷰

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

System

System

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. 증거를 들어가며 보여주다, 입증하다
2. (
행동으로) 보여주다
3. (
무엇의 작동 과정이나 사용법을) 보여주다

advance 미국식 [əd|vӕns] 

1. (특히 군대의) 전진, 진군
2.
진전, 발전
3.
선금, 선불

 

출처: 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
링크
«   2025/01   »
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
글 보관함