virtual void OnTextStore(const wchar_t* ptext, UPInt len);
OnTextStore is a virtual method that is invoked when clipboard is going to store the text. This virtual function might be used by the custom implementation to provide interaction with the system clipboard.
|
Parameters |
Description |
|
const wchar_t* ptext |
A wide-character text string, not null-terminated. |
|
UPInt len |
Length of the 'ptext' text string, in characters. |