Properties
(table) A table of properties you want to set for the object. The contents of this table depends on which object type was specified:
Note: Clicking on the links below will take you to the properties table in each object's SetProperties action.
· Button
· Image
· Label (Height and Width cannot be specified when creating a label object with this action)
· Paragraph
· Video
· QuickTime
· Flash
· SlideShow
· Web
· xButton
· CheckBox
· RadioButton
· Input
· ComboBox
· ListBox
· Tree
· Grid
· Progress
· RichText
· Hotspot
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Page.DeleteObject
OverviewExamples
Page.DeleteObject ( string ObjectName )
De s cr ip t ion
Deletes an object from the current page.
P arame t er s
ObjectName
(string) The name of the object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Page.EnumerateObjects
OverviewExamples
table Page.EnumerateObjects ( )
De s cr ip t ion
Returns a table containing the names of all of the objects on the current page.
P arame t er s
None.
Re t u r n s
(table) A table containing each object name found on the current page. If there are no objects on the page, or the action fails, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.