티스토리 뷰

Data.DB.TDataSet.Eof

Delphi

property Eof: Boolean read FEOF; {Upper case EOF conflicts with C++}

C++

__property bool Eof = {read=FEOF, nodefault};

Properties

TypeVisibilitySourceUnitParent
propertypublic
Data.DB.pas
Data.DB.hpp
Data.DBTDataSet

Description

Indicates whether / a dataset / is positioned at the last record.

Test Eof (end-of-file) / to determine / if the active record / in a dataset is the last record. 

If Eof is true, / the current record / is unequivocally the last row in the dataset. 

Eof / is true when an application:

Opens / an empty dataset.

Calls a dataset's Last method. (Unless it / is a unidirectional dataset)

Call a dataset's Next method, / and the method fails / because the current record / is already the last row in the dataset.

Calls SetRange / on an empty range or dataset.

Eof / is false in all other cases.

Tip: If both Eof and Bof are true, / the dataset or range is empty.


데이터 세트가 마지막 레코드에 있는지 여부를 나타냅니다.

Eof (파일의 마지막)를 테스트하여 데이터 세트의 활성 레코드가 마지막 레코드에 있는지 여부를 확인할 수 있습니다.

Eof 가 true이면 현재 레코드는 확실하게 데이터 세트의 마지막 줄에 있습니다. 

Eof 가 true가되는 것은 응용 프로그램이 다음 작업을 수행 할 때입니다.

빈 데이터 세트를 오픈합니다.

데이터 세트의 Last 메소드를 호출 (데이터 세트가 단방향의 경우 제외)

데이터 세트의 Next 메소드를 호출하면 현재 레코드가 이미 데이터 세트의 마지막 행에 있기 때문에 메서드가 실패합니다.

빈 범위 또는 데이터 세트에서 SetRange를 호출합니다.

Eof 는 다른 모든 경우에서 false입니다.

팁 :   Eof  Bof 가 모두 true이면, 데이터 세트 또는 범위가 비어 있습니다.


indicate 
미국·영국 [|ɪndɪkeɪt]

1. (사실임・존재함을) 나타내다   2. (조짐・가능성을) 나타내다

whether 
미국·영국 [|weðə(r)]

1. …인지 (아닌지・(아니면) ~인지)   2. …이든 (아니든・(아니면) ~이든)

determine 
미국식 [dɪ|t3:rmɪn]

1. 알아내다, 밝히다   2. (무엇의 방식・유형을) 결정하다   3. (공식적으로) 확정하다

unequivocally

모호하지 않게, 명백히.

unless 
미국·영국 [ən|les]

1. …하지 않는 한, …이 아닌 한   2. …한 경우 외에는


'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] TDataSet.MoveBy  (0) 2016.12.02
[Reference] TDataSet.Bof  (0) 2016.12.01
[Reference] TDataSet.Prior  (0) 2016.11.30
[Reference] TDataSet.Next  (0) 2016.11.30
[Reference] TDataSet.Last  (0) 2016.11.29
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함