On 9/19/05, Joost van der Sluis <[EMAIL PROTECTED]> 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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to