TDataSet.FreeBookmark
TDataSet
Top
Frees the resources allocated for a specified bookmark.
procedure
FreeBookmark(Bookmark: TBookmark);
virtual;
Description
Call FreeBookmark to free an existing bookmark before reassigning it. FreeBookmark releases the memory allocated for a specified bookmark when the bookmark is no longer needed.