[Reference] TDataSet.Bof
Data.DB.TDataSet.Bof
Delphi
property Bof: Boolean read FBOF;
C++
__property bool Bof = {read=FBOF, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp | Data.DB | TDataSet |
Description
Indicates whether / the first record in the dataset is active.
Test Bof (beginning of file) / to determine / if the dataset / is positioned at the first record.
If Bof is true, / the active record / is unequivocally the first row in the dataset.
Bof / is true when an application.
Opens a dataset.
Calls a dataset's First method.
Call a dataset's Prior method, / and the method fails / because the first row / is already active.
Calls SetRange / on an empty range or dataset.
Bof is false in all other cases.
데이터 세트의 첫 번째 레코드가 활성화되어 있는지 여부를 나타냅니다.
Bof (파일의 시작) 를 테스트하여 데이터 세트가 첫 번째 레코드에 있는지 여부를 확인할 수 있습니다.
Bof 가 true의 경우, 활성 레코드는 무조건 데이터 세트의 첫 번째 행에 위치합니다.
Bof 가 true가되는 것은 응용 프로그램이 다음 작업을 수행 할 때입니다.
데이터 세트를 오픈합니다.
데이터 세트의 First 메소드를 호출.
데이터 세트의 Prior 메소드를 호출하면 첫 번째 행이 이미 활성화 되었기 때문에 메서드가 실패합니다.
빈 범위 또는 데이터 세트에서 SetRange를 호출합니다.
Bof 는 다른 모든 경우에서 false입니다.
1. (사실임・존재함을) 나타내다 2. (조짐・가능성을) 나타내다
1. …인지 (아닌지・(아니면) ~인지) 2. …이든 (아니든・(아니면) ~이든)
1. 알아내다, 밝히다 2. (무엇의 방식・유형을) 결정하다 3. (공식적으로) 확정하다