Applies to
TPlusGutter component
Declaration
type TBookmarkRange = 0..9;
procedure BookmarkPos(Pos: Integer; BookmarkIndex: TBookmarkRange); virtual;
Description
This method places a bookmark at the line that includes character offset Pos. Parameter BookmarkIndex represents the bookmark number to place.
See BookmarkLine topic for a way to place a bookmark at a given line number instead of a character position.