TTMSFMXTableView and livebindings columns

Hi 

In my TTMSFMXTableView i link a column 'Description' via LiveBinding on component. Now i want to link another column of table in order to get its value on a TTMSFMXTableViewItemClick event. This column must be hide because i need only the value at run-time.

Can u help me ? 

Hi, 


You should directly access this column at dataset level. Changing the selection will change the active record so you can directly use the DataSet.FieldByName functionality to retrieve the value for a specific column. You can add this column in your dataset, but you do not need to add it to the TTMSFMXTableView binding.