PDFiumPas 文件

SelectedText 函数

组件: TPdfView  ·  单元: PDFium
以宽字符串形式返回当前选中的文本

Syntax

function SelectedText: WString;

Description

Extracts the text under the active selection through FPDFText_GetText and returns it as a Unicode string. In spread cross-page selection, the per-page slices are joined in page-ascending order with a #13#10 (CR/LF) separator so the round-tripped text reads like normal multi-line content.

Returns the empty string when nothing is selected.

Remarks

Example

ShowMessage(string(PdfView1.SelectedText));

See Also

HasSelection, SelectionCharCount, CopySelectionToClipboard