Subject | Re: [IBO] Best-Methods, Bookmarks in IBO |
---|---|
Author | Jason Wharton |
Post date | 2003-08-21T17:42:18Z |
> I am changing some BDE code to IBO for bookmarks. The old method was:Should be just fine.
>
> if ldmPP.ibqPlans.Bookmark BookmarkValid(lBM) then
> ldmPP.ibqPlans.GotoBookmark(lBM);
> ldmPP.ibqPlans.FreeBookmark(lBM);
>
> the new method is:
>
> ldmPP.ibqPlans.Bookmark := lBM;
>
> Nice reduction in LOC, but am I okay there?
Jason