| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #SYSTEM (template registration and load) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ suspend begin conditional source .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ tab declare a page of a sheet control .htm|{{btn_next_n.gif|Next page}}]] | | || **#SYSTEM** {{blk2blue.jpg|blk2blue.jpg}} The **#SYSTEM** statement marks the beginning of a section of Template code which executes when the Template set is registered or loaded from the template registry. The section is terminated by the next Template Code Section (#PROGRAM, #MODULE, #PROCEDURE, #CONTROL, #CODE, #EXTENSION, #UTILITY, or #GROUP) statement. Any #PROMPT statements in a #SYSTEM section appear on the Application Options dialog, once the Template Registry has been loaded (opened an .APP file). **Example:** **#SYSTEM** **#TAB('Wizards')** **#PROMPT('Use Toolbar mode for Wizards',CHECK),%UseToolBarForWizard** **#ENDTAB** **#DECLARE(%GlobalSystemSymbol)**