As well as the standard properties and methods available on all forms, the ScriptedForm object has the following properties and methods to create controls, store and retrieve values, and control execution.
Property |
Description |
|---|---|
Return the name of the property on the scripted form that is active. |
|
Return the caption displayed on the form's title bar. |
|
Return the class name of the scripted form. |
|
Return the name of the scripted form. |
Method |
Description |
|---|---|
Close the scripted form. |
|
Display the scripted form modally. |
|
Return the value of a property or MaxBasic variable. |
|
Return the value of a control. |
|
InputBinCode |
Define a control that allows input of a Bin code.(Saturn only) |
Define a checkbox for a boolean value. |
|
Define a single line text edit control. |
|
Define a button control. |
|
Define a control that allows input of a code. |
|
Define a control that allows input of a Contact. |
|
Define a control that allows input of a Country Code. |
|
Define a control that allows input of a custom defined code. |
|
Define a control that allows input of a date. |
|
Define a control that allows input of a Delivery Address. |
|
Define a control that allows input of an enum. |
|
Define a file select control to open a file. |
|
Define a file select control to save a file. |
|
Define a folder select control. |
|
Define a grid control. |
|
Define a spin edit control that allows input of a integer. |
|
Define a combo edit control that allows selection from a set of values. |
|
Define a memo control that allows input of text. |
|
Define a number edit control that allows input of a number. |
|
Define a period combo control that allow input of a financial period. |
|
Define a printer list control that allows selection of a printer. |
|
Define a time edit control that allows input of a time. |
|
Returns the type of a property. |
|
Send the scripted form to the back of open objects and windows. |
|
Set the value of a property of MaxBasic variable. |
|
Store a value in a control. |
|
Display the Error Hint for a control. |
|
Display the Status Hint for a control. |
|
Display text on the scripted form. |