Phantom Documentation

[Help Home] [Phantom Home]
GetElement

sElement =window.GetElement(id);

Applicable Classes: ListBox, ComboBox

Parameters:
int id - The zero-based number corresponding to the element to retrieve.  This number usually corresponds to the order number the element is located in the list.
Return Value:
sElement - The text value of the element indicated by 'id'.

Description:
GetElement returns the text name of an element.  The element information to retrieve is identified by the id number passed to the function.

For an example, see the ListBox or ComboBox functions page.

See Also: ListBox Functions, ComboBox Functions


Copyright 2000-2011 Phantom Automated Solutions