|

P a g e


image

Page.ClickObject

OverviewExamples

Page.ClickObject ( string ObjectName )


De s cr ip t ion


Fires the On Click event of the specified object. This will cause any actions on the object's On Click event to be executed.


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


image

image

Page.CreateObject

OverviewExamples

Page.CreateObject ( number ObjectType,


string ObjectName,


table Properties )


De s cr ip t ion


Creates an object on the current page.


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.


|