InsertBufferBookmark method

Applies to
TIB_BDataset

Declaration
Procedure InsertBufferBookmark(ABookmark: string );

Description
W.I.P.

This method is used to manually add a record to the key buffer of the dataset. This will insert it at the position of the BufferCursor in the NodeList underlying the dataset.

This should only be used with great care since you are directly hacking into the in-memory table that represents the buffered dataset.

After Refresh is called the added record will be removed.