Navigation:  ABC Library Reference > BrowseClass > BrowseClass Properties >====== HideSelect (hide select button) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
HideSelect BYTE

blk2blue.jpg

The HideSelect property indicates whether to HIDE the Select button (as indicated by the SelectControl property) when the browse is called for update purposes (as indicated by the Selecting property). A value of one (1) hides the select button; a value of zero (0) always displays the select button.

Implementation:

The ResetQueue method implements the behavior specified by the HideSelect property.

See Also:     ResetQueue, SelectControl, Selecting