Search:     Advanced search
Showing: 1-8 of 8  
Articles
 
document function NewForm(FormWidth, FormHeight, Caption)
  Description: Creates a new form to allow custom user input to...
rating 24 Sep, 2010 Views: 955
document function NewLabel(Left, Top, Caption)
  Description: Creates a new text label. (Returns an object of...
rating 24 Sep, 2010 Views: 938
document function NewEdit(Left, Top, DefaultText = "")
    Description: Creates a new edit box. (Returns an object...
rating 24 Sep, 2010 Views: 854
document function NewButton(Left, Top, Caption, ButtonType = mrNone)
  Description: Creates a New Button. (Returns an object of...
rating 24 Sep, 2010 Views: 794
document function NewRadioButton(Left, Top, Caption)
  Description: Creates a new radio button. (Returns an object...
rating 24 Sep, 2010 Views: 873
document function NewCheckBox(Left, Top, Caption, Checked = false)
  Description: Creates a new check box. (Returns an object of...
rating 24 Sep, 2010 Views: 890
document function NewColorBox(Left, Top)
Description: Creates a new color picker. Notes: Parameters Left...
rating 24 Sep, 2010 Views: 871
document function NewComboBox(Left, Top, Text = "")
Description: Creates a new drop-down combo box. (Returns an object of...
rating 24 Sep, 2010 Views: 843