Navigation:  ABC Library Reference > BrowseClass > BrowseClass Properties >====== RetainRow (highlight bar refresh behavior) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
RetainRow BYTE

blk2blue.jpg

The RetainRow property indicates whether the BrowseClass object tries to maintain the highlight bar in the same list row following a change in sort order, an update, or other browse refresh action. A value of one (1) maintains the current highlight bar row; a value of zero (0) lets the highlight bar move to the first row.

Setting RetainRow to one (1) can cause a performance penalty in applications using TopSpeed's pre-Accelerator ODBC driver.

Implementation:

The Init method sets the RetainRow property to one (1). The ResetQueue method implements the behavior specified by the RetainRow property.

See Also:     Init, ResetQueue