ImageEn, unit iexUserInteractions

TIEPdfViewer.SelLength

TIEPdfViewer.SelLength


Declaration

property SelLength: Integer;


Description

Returns the length 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

SelStart
SelText
ClearSelection
SelectText
SelectAll
SelectLine
SelectWord