티스토리 뷰

Data.DB.TDataSet.Prior

Delphi

procedure Prior;

C++

void __fastcall Prior(void);

Properties

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

Description

Moves to the previous record / in the dataset.

Call Prior / to move to the previous record / in the dataset, / making it the active record. 

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

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

If the dataset is unidirectional, / it raises an EDatabaseError exception / at this point.

Fetches any additional records / required for display, / such as those needed / to fill out a grid control.

Sets the Bof property to true / if the first 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
 Prior method to work.


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

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

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

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

데이터 세트가 단방향의 경우 이 시점에서 EDatabaseError 예외가 생성됩니다.

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

데이터 세트의 첫 번째 레코드가 이미 활성화 된 경우 Bof 속성을 true로 설정합니다.

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

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


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

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