Clipboard::OnTextStore

Clipboard::OnTextStore
virtual void OnTextStore(const wchar_t* ptext, UPInt len);
Description

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
Parameters 
Description 
const wchar_t* ptext 
A wide-character text string, not null-terminated. 
UPInt len 
Length of the 'ptext' text string, in characters.