mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 19:29:21 +02:00
+ added TDataset.Tempbuffer again (undid revision 830)
git-svn-id: trunk@1566 -
This commit is contained in:
parent
ef72bba537
commit
412cd65c52
@ -964,6 +964,12 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
Function TDataset.Tempbuffer: PChar;
|
||||
|
||||
begin
|
||||
Result := FBuffers[FRecordCount];
|
||||
end;
|
||||
|
||||
Procedure TDataset.UpdateIndexDefs;
|
||||
|
||||
begin
|
||||
|
@ -1045,6 +1045,7 @@ type
|
||||
procedure SetRecNo(Value: Longint); virtual;
|
||||
procedure SetState(Value: TDataSetState);
|
||||
function SetTempState(const Value: TDataSetState): TDataSetState;
|
||||
Function Tempbuffer: PChar;
|
||||
procedure UpdateIndexDefs; virtual;
|
||||
property ActiveRecord: Longint read FActiveRecord;
|
||||
property CurrentRecord: Longint read FCurrentRecord;
|
||||
|
Loading…
Reference in New Issue
Block a user