|
TCustomRichView.CopyText, CopyTextW |
Top Previous Next |
|
These methods copy the selected fragment to the Clipboard as text. procedure CopyText; procedure CopyTextW; These methods do nothing if there is nothing selected. These methods clear the Clipboard before copying. CopyText copies text in ANSI encoding. Text of Unicode styles is converted basing on TRVStyle.DefCodePage. CopyTextW copies text in Unicode encoding. ANSI strings are converted basing on the corresponding Charsets. For text of DEFAULT_CHARSET, TRVStyle.DefCodePage is used. These methods must be called only when the document is formatted. See also:
|