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