티스토리 뷰


Data.DB.TDataSet.Next

Delphi

procedure Next;

C++

void __fastcall Next(void);

Properties

TypeVisibilitySourceUnitParent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DBTDataSet

Description

Moves to the next record / in the dataset.

Call Next / to move to the next record / in the dataset, / making it the active record.

Next posts any changes / to the active record / and Sets the Bof and Eof properties to false.

Fetches the next record / and makes it the active record.

If the dataset is not unidirectional, / fetches any additional records / required for display, / such as those needed / to fill out a grid control.

Sets the Eof property to true / if the last record in the dataset / was already active.

Broadcasts the record change / so that data controls  and linked detail sets can update.

Note: TDataSet uses internal, protected methods / to move the active record / and to fetch additional records / required for display. In TDataSet, these internal methods are empty stubs.
Descendant classes implement these methods / to enable the Next method to work.


데이터 세트의 다음 레코드로 이동합니다.

Next 메소드를 호출하면 데이터 세트의 다음 레코드로 이동하여 활성 레코드로 만듭니다.

Next 활성 레코드에 대한 변경 사항을 게시하고 Bof 속성 및 Eof 속성을 false로 설정합니다.

다음 레코드를 가져와서 활성 레코드로 만듭니다.

데이터 세트가 단방향이 아닌 경우, 그리드 컨트롤을 채우기 위한 것과 데이터 등 표시에 필요한 추가 레코드를 가져옵니다.

데이터 세트의 마지막 레코드가 이미 활성화 된 경우 Eof 속성을 true로 설정합니다.

데이터 컨트롤과 링크 된 상세 데이터 세트가 업데이트 할 수 있도록 레코드 변경을 브로드 캐스트합니다.

주 :   TDataSet 은 활성 레코드를 이동하고 표시하는 데 필요한 레코드를 가져오기 위하여 내부 Protected 메서드를 사용합니다. 
TDataSet 은 이러한 내부 메서드는 비어있습니다. 
하위 클래스는이 메소드를 구현하여 Next 메소드가 작동하도록 할 수 있습니다.


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

[Reference] TDataSet.Eof  (0) 2016.12.01
[Reference] TDataSet.Prior  (0) 2016.11.30
[Reference] TDataSet.Last  (0) 2016.11.29
[Reference] TDataSet.First  (0) 2016.11.28
[Reference] TADOConnection.RollbackTrans  (0) 2016.11.27
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함