[fpc-devel] Some Dataset and Variants patches
Alexandrov Alexandru
alexandru.alexandrov at gmail.com
Mon Sep 19 14:22:55 CEST 2005
On 9/19/05, Joost van der Sluis <joost at cnoc.nl> wrote:
> > It seems that there are many delphi compatible components left that
> > use tempbuffer. I have myself reintroduced this function instantly,
> > becouse it is used in filtering/searching operations by my dataset
> > component.
> > Since this function exists in delphi and it is used by some
> > components, i see no reason not to have it in fpc.
>
> Ok, forget my last message then, i'll re-implement it.
>
> Do you also know what it should do?
>
> Regards,
> Joost
>
>
Function TDataset.TempBuffer: PChar;
begin
Result := FBuffers[FRecordCount];
end;
The result of this function is used in filtering/searching operations.
Alex
More information about the fpc-devel
mailing list