| Home » Categories » Developer Documents » Development Archives » Development 8.7 and prior » Scripting Routines » Form & Component Routines | ||||
function NewForm(FormWidth, FormHeight, Caption) |
||||
|
Article Number: 311 | Rating: Unrated | Last Updated: Fri, Sep 24, 2010 9:51 AM
|
||||
|
Description:Creates a new form to allow custom user input to the script. Notes:Parameters Pascal Example:Form := NewForm(230,150,'Sample Form'); Visual Basic Example:Form = NewForm(230,150,"Sample Form") Enterprise and Developer editions |
||||
|
| ||||
Attachments
There are no attachments for this article.
|
||||
function NewButton(Left, Top, Caption, ButtonType = mrNone)
Viewed 1115 times since Fri, Dec 12, 2008
function NewComboBox(Left, Top, Text = "")
Viewed 1163 times since Tue, Dec 30, 2008
function NewLabel(Left, Top, Caption)
Viewed 1321 times since Thu, Dec 11, 2008
function NewColorBox(Left, Top)
Viewed 1187 times since Tue, Dec 30, 2008
function NewEdit(Left, Top, DefaultText = "")
Viewed 1169 times since Fri, Dec 12, 2008
|
English
Spanish
French







