| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseToolbarClass > BrowseToolbarClass Methods >====== InitVCR (initialize the BrowseToolbarClass VCR buttons) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[initmisc initialize the browsetoolbarclass miscellaneous buttons .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[resetbutton synchronize a toolbar control with a corresponding browse control .htm|{{btn_next_n.gif|Next page}}]] | | || **InitVCR(**//top//**, **//bottom//**, **//pageup//**, **//pagedown//**, **//up//**, **//down//**, **//locate//**)** {{blk2blue.jpg|blk2blue.jpg}} | **InitVCR** | Initializes the BrowseToolbarClass VCR buttons. | | //top// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the Top control. | | //bottom// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the Bottom control. | | //pageup// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the PageUp control. | | //pagedown// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the PageDown control. | | //up// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the Up control. | | //down// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the Down control. | | //locate// | An integer constant, variable, EQUATE, or expression that identifies the FEQ for the Locate control. | The **InitVCR **method initializes the Button property with the control numbers (FEQ) for the VCR controls on the toolbar. **Implementation:** This method is called automatically by the ABC [[browsetoolbarcontrol.htm|BrowseToolbarControl]] template.