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.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to