listview CopySelectionToClipboard method
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
procedure CopySelectionToClipboard;  

Description
The CopySelectionToClipboard method copies all text from selected rows/columns to the clipboard.  
 
All copied columns separated by Tab character (#9), all rows by CRLF characters (#13#10).  
 
tip The acListView automatically calls this method to copy selection to the clipboard when user press Ctrl+C or Ctrl+Ins keys.  

See also
DeleteSelected method.