Using methods

Methods can be used to change a control’s behavior. In a KCML program methods are used as functions, so parameters are passed to them within parentheses. For example:

 Form1.btnControl1.setfocus()
 Form1.listControl1.Add("Extra News")