Previous Topic

Next Topic

ScriptedForm Object

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

ActiveProperty

Return the name of the property on the scripted form that is active.

Caption

Return the caption displayed on the form's title bar.

ClassName

Return the class name of the scripted form.

Name

Return the name of the scripted form.

Method

Description

Close

Close the scripted form.

Execute

Display the scripted form modally.

GetPropertyValue

Return the value of a property or MaxBasic variable.

GetValue

Return the value of a control.

InputBinCode

Define a control that allows input of a Bin code.(Saturn only)

InputBoolean

Define a checkbox for a boolean value.

InputBox

Define a single line text edit control.

InputButton

Define a button control.

InputCode

Define a control that allows input of a code.

InputContact

Define a control that allows input of a Contact.

InputCountry

Define a control that allows input of a Country Code.

InputCustomCode

Define a control that allows input of a custom defined code.

InputDate

Define a control that allows input of a date.

InputDeliveryAddress

Define a control that allows input of a Delivery Address.

InputEnum

Define a control that allows input of an enum.

InputFileOpen

Define a file select control to open a file.

InputFileSave

Define a file select control to save a file.

InputFolder

Define a folder select control.

InputGrid

Define a grid control.

InputInteger

Define a spin edit control that allows input of a integer.

InputList

Define a combo edit control that allows selection from a set of values.

InputMemo

Define a memo control that allows input of text.

InputNumber

Define a number edit control that allows input of a number.

InputPeriod

Define a period combo control that allow input of a financial period.

InputPrinter

Define a printer list control that allows selection of a printer.

InputTime

Define a time edit control that allows input of a time.

PropertyType

Returns the type of a property.

SendToBack

Send the scripted form to the back of open objects and windows.

SetPropertyValue

Set the value of a property of MaxBasic variable.

SetValue

Store a value in a control.

ShowErrorHint

Display the Error Hint for a control.

ShowStatusHint

Display the Status Hint for a control.

ShowText

Display text on the scripted form.

In This Section

ActiveProperty - Scripted Form Property

Caption - Scripted Form Property

ClassName - Scripted Form Property

Name- - Scripted Form Property

Close - Method

Execute - Scripted Form Method

GetPropertyValue - Method

GetValue - Scripted Form Method

InputBinCode - Scripted Form Method

InputBoolean - Scripted Form Method

InputBox - Scripted Form Method

InputButton - Scripted Form Method

InputCode - Scripted Form Method

InputContact - Scripted Form Method

InputCountry - Scripted Form Method

InputCustomCode - Scripted Form Method

InputDate - Scripted Form Method

InputDeliveryAddress - Scripted Form Method

InputEnum - Scripted Form Method

InputFileOpen - Scripted Form Method

InputFileSave - Scripted Form Method

InputFolder - Scripted Form Method

InputGrid - Scripted Form Method

InputInteger - Scripted Form Method

InputList - Scripted Form Method

InputMemo - Scripted Form Method

InputNumber - Scripted Form Method

InputPeriod - Scripted Form Method

InputPrinter - Scripted Form Method

InputTime - Scripted Form Method

PropertyType - Method

SendToBack - Method

SetPropertyValue - Method

SetValue - Scripted Form Method

ShowErrorHint - Method

ShowStatusHint - Scripted Form Method

ShowText - Scripted Form Method

See Also

Scripted Forms

Book Contents

Book Index