| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > Code Templates >====== SetProperty code template ====== | [[setfulldragsetting code template.htm|{{btn_prev_n.gif|Previous page}}]][[templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[tplcodetoxml.htm|{{btn_next_n.gif|Next page}}]] | | || This Code template provides an easy way to set a runtime property of any control on a window. | **Control** | Select the field equate label for one of the window controls from the drop down list. | | **Property** | Select the runtime property to set from the drop down list. | | **Value** | The label of a variable, a constant, or an expression to assign to the selected runtime property. | This Code template generates the following code: ?MyControl{PROP:Whatever} = value