| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Properties >====== StartAtCurrent (initial browse position) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[sort browse sort information .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[tabaction edit in place action on tab key .htm|{{btn_next_n.gif|Next page}}]] | | || | | **StartAtCurrent** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **StartAtCurrent **property indicates whether the BrowseClass object initially positions to the first item in the sort order or positions to the item specified by the contents of the Browse's view buffer. A value of zero (0 or False) positions to the first item; a value of one (1 or True) positions to the item specified by the contents of the view buffer. **Implementation:** ** **The SetSort method implements the StartAtCurrent initial position. The SetSort method positions the browse list based on the contents of the fields in the active sort order, including the free element field. **Example:** **BRW1.StartAtCurrent = True ** **ST:StateCode = 'K'                  !set key component value** **BrowseSt.Init(?StList,StateQ.ViewPosition,StView,StateQ,Relate:State,SELF)** **See Also:**     [[setsort apply a sort order to the browse .htm|SetSort]]