ComponentOne List 8.0 for ActiveX
MatchCol Property

 

MatchCol Property

This property sets the search column when the MatchEntry property is not 0 (None).

Syntax

object.MatchCol = value

Remarks

Read/Write at run time and design time.

Property applies to TDBList control.

Values

Design Time

Run Time

0 - ListField (default)

dblListField

1 - Current Mouse Position

dblCurrentMousePos

2 - Current Selected Col

dblCurrentSelectedCol

3 - Left Visible Col

dblLeftVisibleCol

4 - Right Visible Col

dblRightVisibleCol

-1 - All Cols

dblAllCols

When this property is set to 0 – ListField, the search column is the current ListField.  If the ListField is not set, the search column will be the first column.

When this property is set to 1 – Current Mouse Position, the search column is the column where the mouse cursor is active.

When this property is set to 2 – Current Selected Col, the search column is the current selected column. If there is more than one selected column, the search column is the left most selected column.

When this property is set to 3 – Left Visible Col, the search column is the left most visible column.

When this property is set to 4 – Right Visible Col, the search column is the right most visible column.

When this property is set to –1 – All Cols, the search columns are all the visible columns.

See Also

TDBList and TDBCombo Controls

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback