[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Find locates the specified Bookmark and its position in the list
Source position: dbgrids.pas line 182
public function TBookmarkList.Find( |
const Item: TBookmark; |
var AIndex: Integer |
):Boolean; |
Item |
|
Bookmark to locate |
AIndex |
|
Position in the list for the bookmark |
True when the bookmark is located in the list
Find is a Boolean function used to locate the specified bookmark in the Items for the bookmark list. AIndex contains the position in the list where the bookmark was located. The return value is True when the specified bookmark is located in the bookmark list.
lazarus-ccr.sourceforge.net |