* dataset.Bookmark changed to TBookMark.

git-svn-id: trunk@20424 -
This commit is contained in:
marco 2012-02-25 10:08:01 +00:00
parent 2e0a5facd2
commit c60282cd2c
3 changed files with 3 additions and 3 deletions

View File

@ -1593,7 +1593,7 @@ Procedure TDataset.DoInsertAppend(DoAppend : Boolean);
procedure DoInsert(DoAppend : Boolean);
Var BookBeforeInsert : TBookmarkStr;
Var BookBeforeInsert : TBookmark;
TempBuf : pointer;
begin

View File

@ -1613,7 +1613,7 @@ type
function UpdateStatus: TUpdateStatus; virtual;
property BlockReadSize: Integer read FBlockReadSize write SetBlockReadSize;
property BOF: Boolean read FBOF;
property Bookmark: TBookmarkStr read GetBookmarkStr write SetBookmarkStr;
property Bookmark: TBookmark read GetBookmark write GotoBookmark;
property CanModify: Boolean read GetCanModify;
property DataSource: TDataSource read GetDataSource;
property DefaultFields: Boolean read FDefaultFields;

View File

@ -702,7 +702,7 @@ Function TCustomDatasetExporter.Execute : Integer;
Var
B : Boolean;
BM : TBookMarkStr;
BM : TBookMark;
begin
Result:=0;