function SelectWord(CharIndex: Integer; DoScroll: Boolean = False): Boolean;
Description
Selects a word within the current page. If DoScroll is enabled the view is scrolled to ensure the selection is visible.
Notes: - CharIndex is zero based - Specify the color and other properties of text selection using PdfViewerDefaults - To convert a screen position to a CharIndex, use ScrToCharIndex