9.0

86
Add GroupBox Adds a GroupBox item.
Add Text Adds a Text item.
Add TextBox Adds a TextBox item.
Add CheckBox Adds a CheckBox item.
Add OptionButton Adds an OptionButton item.
Add ComboBox Adds a ComboBox item.
Add ListBox Adds a ListBox item.
Add DropListBox Adds a DropListBox item.
Add Picture Adds a Picture item.
Add OKButton Adds an OKButton item.
Add CancelButton Adds a CancelButton item.
Add PushButton Adds a PushButton item.
Advanced Scripting Basic Language
The Advanced Scripting Basic Language provides the core language definition. It is Visual Basic for Applications™
compatible.
Language reference by group
:
Declaration, Data Type, Assignment
Flow Control, Error Handling
Conversion, Variable Info
Constant
Math, String, Object, Time/Date
File
User Input, User Dialog, Dialog Function
DDE
Settings
Miscellaneous
Operator
Objects Overview
ActiveX Automation provides access to objects in other applications. Each object supports a particular set of
methods
and properties. Each method/property has zero or more parameters. Parameters may be optional, in
which case the parameter can be specified by using name := value.
objexpr
.method [expr][, ...] [param := expr][,...]
Call method
for objexpr.