[Overview][Types][Classes][Procedures and functions][Index] |
PrimarySelection - the first selection if multiple clipboards exist
Source position: clipbrd.pp line 238
function PrimarySelection: TClipboard; |
Returns a variable of type TClipboard
The PrimarySelection is available on platforms like X. Normally when the user selects some text with the mouse the primary selection is set and when the user clicks the middle mouse button the text is copied to the mouse position. On platforms without multiple clipboards, the PrimarySelection still works in the LCL application, but does not communicate with other applications.
lazarus-ccr.sourceforge.net |