KeyDescLinks property

Applies to
TIB_Dataset

Declaration
Property KeyDescLinks : TIB_StringList;

Description
This property is used to determine which columns in the KeyLinks parent should be updated as the KeyLinks child is scrolled in order to maintain description columns for display purposes.

Typically this will be a column in the parent dataset that is driven from an in-line singleton SELECT in the SELECT list of columns. See the Company sample application for a demonstration of how this can be used to make the lookup combobox integrate in better with a grid.