| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StepClass > StepClass Properties >====== Controls (the StepClass sort sequence) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[stepclass properties.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[stepclass methods.htm|{{btn_next_n.gif|Next page}}]] | | || | | **Controls** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **Controls **property contains a value that identifies for the StepClass object: ·the characters included in the sort sequence ·the direction of the sort (ascending or descending) The Init method sets the value of the Controls property. A StepClass object may be associated with a BrowseClass object sort order. The BrowseClass.AddSortOrder method sets the sort orders for a BrowseClass object. **Implementation:** The Controls property is a single byte bitmap that contains several important pieces of information for the StepClass object. Set the value of the Controls property with the Init method. **See Also:**     [[init initialize the stepclass object .htm|Init]], [[addsortorder specify a browse sort order .htm|BrowseClass.AddSortOrder]]