Data.DB.TDataSet.ModifiedUp to Parent: TDataSetDelphiproperty Modified: Boolean read FModified;C++__property bool Modified = {read=FModified, nodefault};PropertiesTypeVisibilitySourceUnitParentpropertypublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionIndicates / whether the active record is modified.Check Modified / to determine / if the active record is modified. If Modified is true, the ac..
Data.DB.TDataSet.StateUp to Parent: TDataSetDelphiproperty State: TDataSetState read FState;C++__property TDataSetState State = {read=FState, nodefault};PropertiesTypeVisibilitySourceUnitParentpropertypublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionIndicates / the current operating mode of the dataset.Examine State / to determine the current operating mode of the dataset. State / determine..
Data.Win.ADODB.TADOQuery.PreparedUp to Parent: TADOQueryDelphiproperty Prepared;C++__property Prepared = {default=0};PropertiesTypeVisibilitySourceUnitParentpropertypublishedData.Win.ADODB.pasData.Win.ADODB.hppData.Win.ADODBTADOQueryDescriptionSpecifies whether the command / is prepared before execution.Set Prepared / before calling the Open method / to specify whether ADO prepares / the command..
Data.DB.TDataSet.SetFieldsUp to Parent: TDataSetDelphiprocedure SetFields(const Values: array of const);C++void __fastcall SetFields(System::TVarRec const *Values, const int Values_Size);PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionSets the values / for all fields / in a record.Call SetFields / to set values for some or all fields..
Data.DB.TDataSet.InsertRecordUp to Parent: TDataSetDelphiprocedure InsertRecord(const Values: array of const);C++void __fastcall InsertRecord(System::TVarRec const *Values, const int Values_Size);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionInserts a new, / popula..
Data.DB.TDataSet.ActiveUp to Parent: TDataSetDelphiproperty Active: Boolean read GetActive write SetActive default False;C++__property bool Active = {read=GetActive, write=SetActive, default=0};Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentpropertypublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionSpecifies / whether or not a datas..
Data.DB.TDataSet.RefreshUp to Parent: TDataSetDelphiprocedure Refresh;C++void __fastcall Refresh(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionRe-fetches data / from the database / to update a dataset's view of data.Call Refresh / to ensure that an applicatio..
Data.DB.TDataSet.DeleteUp to Parent: TDataSetDelphiprocedure Delete;C++void __fastcall Delete(void);PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionDeletes the active record / and positions the dataset on the next record.Call Delete / to remove the active record / from the database. If the dataset is inactive, / Delete raises an exce..
Data.DB.TDataSet.AppendUp to Parent: TDataSetDelphiprocedure Append;C++void __fastcall Append(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionAdds a new, / empty record / to the end of the dataset.For datasets that permit editing, / call Append to:Open a new, /..
Data.DB.TDataSet.InsertUp to Parent: TDataSetDelphiprocedure Insert;C++HIDESBASE void __fastcall Insert(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionInserts a new, / empty record in the dataset.Call Insert to:Open a new, / empty record in the dataset.Set the..
Data.DB.TDataSet.CancelUp to Parent: TDataSetDelphiprocedure Cancel; virtual;C++virtual void __fastcall Cancel(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionCancels modifications to the active record / if those changes are not yet posted.Call Cancel / to undo..
Data.DB.TDataSet.PostUp to Parent: TDataSetDelphiprocedure Post; virtual;C++virtual void __fastcall Post(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionImplements a virtual method / to write a modified record / to the database or change log.TDataSet / implemen..
Data.DB.TDataSet.EditUp to Parent: TDataSetDelphiprocedure Edit;C++void __fastcall Edit(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionEnables editing of data / in the dataset.Call Edit / to permit editing of the active record in a dataset. Edit / determines t..
Data.DB.TDataSet.IsEmptyUp to Parent: TDataSetDelphifunction IsEmpty: Boolean; inline;C++bool __fastcall IsEmpty(void);PropertiesTypeVisibilitySourceUnitParentfunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionIndicates whether / the dataset contains no records.Call IsEmpty / to determine if a dataset has records. IsEmpty / returns true / if the dataset does not contain any records. O..
Data.DB.TDataSet.MoveByUp to Parent: TDataSetDelphifunction MoveBy(Distance: Integer): Integer; virtual;C++virtual int __fastcall MoveBy(int Distance);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentfunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to another record / relative to the active record / in the dataset.Call..
Data.DB.TDataSet.BofUp to Parent: TDataSetDelphiproperty Bof: Boolean read FBOF;C++__property bool Bof = {read=FBOF, nodefault};Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentpropertypublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionIndicates whether / the first record in the dataset is active.Test Bof (beginning of file) / to dete..
Data.DB.TDataSet.EofUp to Parent: TDataSetDelphiproperty Eof: Boolean read FEOF; {Upper case EOF conflicts with C++}C++__property bool Eof = {read=FEOF, nodefault};Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentpropertypublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionIndicates whether / a dataset / is positioned at the last record..
Data.DB.TDataSet.PriorUp to Parent: TDataSetDelphiprocedure Prior;C++void __fastcall Prior(void);PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves 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 / an..
Data.DB.TDataSet.NextUp to Parent: TDataSetDelphiprocedure Next;C++void __fastcall Next(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to the next record / in the dataset.Call Next / to move to the next record / in the dataset, / making it the active rec..
Data.DB.TDataSet.LastUp to Parent: TDataSetDelphiprocedure Last;C++void __fastcall Last(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to the last record / in the dataset.Call Last / to make the last record / in the dataset active. If the dataset / is no..
- Total
- Today
- Yesterday
- 문법
- SysUtils
- 대상
- 계산기
- 작문
- 스택
- 여행영어 100일의 기적
- 알고리즘
- ADODB
- VCL
- 말하기
- 왕초보 영어회화 100일의 기적
- 교육센터
- SWT
- tdataset
- RA
- 자료구조
- 정렬
- 설명
- 일기
- java
- 응용
- 독해
- System
- 상황
- Reference
- Pte
- wfd
- Delphi
- 영어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |