ComponentOne List 8.0 for ActiveX
SelEndCol Property

 

SelEndCol Property

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

Syntax

object.SelEndCol= 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 SelEndCol property has the same effect as setting the SelEndCol 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 SelStartCol 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