
This class connects the selected items in a single column of an AFXTable to a keyword (typically a tuple keyword).


Constructor.
| Argument | Type | Default | Description |
| table | AFXTable | Table to use. | |
| referenceColumn | Int | Index of the reference column. | |
| opts | Int | 0 | Selection options (not used). |

Constructor for use with a keyword.
| Argument | Type | Default | Description |
| referenceColumn | Int | Index of the reference column. | |
| tgt | FXObject | None | Message target. |
| sel | Int | 0 | Message ID. |
| opts | Int | 0 | Selection options (not used). |

Sets the table reference column, whose selected items will be sent to the target.
| Argument | Type | Default | Description |
| index | Int | Table column index. |