SearchingLinks property

Applies to
TIB_Dataset

Declaration
Property SearchingLinks : TIB_StringList;

Description
This property is used to provide incremental searching on columns that have been defined in the OrderingLinks property. This property determins which input parameter corresponds to the column that is currently the OrderingLink column.

It should be defined in this format:

[< tablename >.]< columnname >=< parametername >

See the MDIApp or the SearchingLinks sample applications for a demonstration of this property.