|
|
|
| acListView and acDBListView components.
|
| procedure CopySelectionToClipboard;
|
| 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).
|
|
|
| DeleteSelected method.
|