ImageEn, unit iexUserInteractions |
|
TIEPdfViewerInteraction.SelStart
Declaration
property SelStart: Integer;
Description
Returns the starting position of the selected text.
Example
// Display information on the selected text
ShowMessage( format( 'Sel Start: %d' + #13#10 + 'Sel Length: %d' + #13#10 + 'Sel Text: %s',
[ ImageEnView1.PdfViewer.SelStart,
ImageEnView1.PdfViewer.SelLength,
ImageEnView1.PdfViewer.SelText ]) );
See Also
-
SelLength-
SelText-
ClearSelection-
SelectText-
SelectAll-
SelectLine-
SelectWord