| | |
Source element | Target element | Action performed |
---|
Table control based on a data file | Table control populated programmatically | The rows selected in the source Table control are copied into the target Table control. |
| List Box control populated programmatically | The rows selected in the Table control are copied into the target List Box control: the data found in the columns is separated by tabulations. |
| Edit control | - on a simple edit control, only the first element is copied. The elements found in the different columns are separated by tabulations.
- on a multiline edit control, all elements are copied (separated by a CR). The elements found in the different columns are separated by tabulations.
|
Table control populated programmatically | Table control populated programmatically | The rows selected in the Table control are copied into the target Table control. |
| List Box control populated programmatically | The rows selected in the Table control are copied into the target List Box control: the data found in the columns is separated by tabulations. |
| Edit control | - On a simple edit control, only the first element is copied. The elements found in the different columns are separated by tabulations.
- On a multiline edit control, all elements are copied (separated by a CR). The elements found in the different columns are separated by tabulations.
|
TreeView control populated programmatically | TreeView control populated programmatically | The selected branch (and its children) are copied to the selected position in the target TreeView control. |
| List Box control populated programmatically | Only the first selected branch is copied to the target List Box control. The child elements are not copied. |
| Edit control | Only the first selected branch is copied. The child elements are not copied. |
TreeView Table control based on a data file | TreeView control populated programmatically | The selected branch (and its children) are copied to the selected position in the target TreeView control. |
| List Box control populated programmatically | Only the first selected branch is copied to the target List Box control. The child elements are not copied. |
| Edit control | Only the first selected branch is copied. The children are ignored. |
List Box control populated programmatically | List Box control populated programmatically | The selected rows are copied into the target List Box control. |
| TreeView control populated programmatically | The selected elements are copied into the target TreeView control as branches. |
| Edit control | - On a simple edit control, only the first element is copied.
- On a multiline edit control, all elements are copied (separated by a CR).
|
List Box control based on a data file | List Box control populated programmatically | The selected rows are copied into the target List Box control. |
| TreeView control populated programmatically | The selected elements are copied into the target TreeView control as branches. |
| Edit control | - On a simple edit control, only the first element is copied.
- On a multiline edit control, all elements are copied (separated by a CR).
|
Edit control | Edit control | The control content is copied to the target control. For an operation performed from a multiline edit control to a simple edit control, only the first row is copied. |