[Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

Marco van de Voort marcov at stack.nl
Mon Feb 27 12:22:58 CET 2012


On Mon, Feb 27, 2012 at 06:50:38AM +0100, Martin Schreiber wrote:
> > TDataset.freerecord. That Delphi compatible though in current delphi's that
> > is probably empty, since tbookmark is tbytes there.
> >
> There is no TDataset.freerecord() procedure in FPC trunk  AFAIK.

Sorry, freebookmark.
 
> Please add TDataset.BookmarkStr property:
> "
> public
>     property BookmarkStr: TBookmarkStr read GetBookmarkStr write 
> SetBookmarkStr;
> "
> so in user code we can have a bookmark type with automatic memory management.

I'll study if the normal tbookmark can change to tbytes short term. If not,
I'll add the bookmarkstr as deprecated property for time being.




More information about the Lazarus mailing list