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
DialogEx.DeleteObject
OverviewExamples
DialogEx.DeleteObject ( string ObjectName )
De s cr ip t ion
Deletes an object from the current dialog.
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
DialogEx.EnumerateObjects
OverviewExamples
table DialogEx.EnumerateObjects ( )
De s cr ip t ion
Returns a table containing the names of all of the objects on the current dialog.
P arame t er s
None.
Re t u r n s
(table) A table containing each object name found on the current dialog. If there are no objects on the dialog, or the action fails, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.