|

ResultVariable


image

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

DialogEx.CreateObject

OverviewExamples

DialogEx.CreateObject ( number ObjectType,


string ObjectName,


table Properties )


De s cr ip t ion


Creates an object on the current dialog.


P arame t er s


ObjectType


(number) The type of object to create:



CONSTANT


VALUE DESCRIPTION


OBJECT_BUTTON


0


Button object.


OBJECT_LABEL


1


Label object.


OBJECT_PARAGRAPH


2


Paragraph object.


OBJECT_IMAGE


3


Image object.


OBJECT_FLASH


4


Flash object.


OBJECT_VIDEO


5


Video object.


OBJECT_WEB


6


Web object.


OBJECT_INPUT


7


Input object.


OBJECT_HOTSPOT


8


Hotspot object.


OBJECT_LISTBOX


9


Listbox object.


OBJECT_COMBOBOX


10


Combobox object.


OBJECT_PROGRESS


11


Progress object.


OBJECT_TREE


12


Tree object.


OBJECT_RADIOBUTTON


13


RadioButton object.



OBJECT_RICHTEXT


14


RichText object.


OBJECT_CHECKBOX


15


CheckBox object.


OBJECT_SLIDESHOW


16


SlideShow object.


OBJECT_GRID


17


Grid object.


OBJECT_PDF


18


PDF object.


OBJECT_QUICKTIME


19


QuickTime object.


OBJECT_XBUTTON


20


xButton object.


|