Searches for and removes invalid Bookmarks in the list.
Source position: dbgrids.pas line 183
public function TBookmarkList.Refresh: Boolean; |
True when the bookmark list was updated and the grid was refreshed.
Refresh searches for and removes invalid Bookmarks in the list. The return value is True if an invalid TBookmark instance was found and removed in the methodl it also indicates that the Invalidate method in the associated Grid control was called prior to exiting from the method.