ComponentOne List 8.0 for ActiveX
SelStartCol Property (TDBCombo)

 

TDBCombo Reference> TDBCombo Control Properties> SelStartCol Property (TDBCombo)

SelStartCol Property (TDBCombo)

This property returns or sets the zero-based ordinal position of the leftmost selected column in a split.

Syntax

object.SelStartCol= integer

Remarks

Read/Write at run time. Not available at design time.

Property applies to TDBList and TDBCombo controls, Split object.

If no columns are selected, then this property returns -1.

If a control contains multiple splits, then setting its SelStartCol property has the same effect as setting the SelStartCol property of the current split. The index of the current split is available through the control's Split property.

Setting this property to -1 deselects all columns and also sets the SelEndCol property to -1.

Note: You can also use the ClearSelCols method to deselect all columns within a split.

See Also

TDBList and TDBCombo Controls

Split Object, Splits Collection

 

 


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

Product Support Forum  |  Documentation Feedback