General Core Classes
This section lists the core classes of the
4Test
language.
AccessibleControl Class
The class for any control that is identified by the Accessibility extension.
AgentClass Class
AgentClass
is the class for the
4Test
agent, the component of
Silk Test Classic
that interacts with the graphical user interface.
AnyWin Class
The class for any window.
CheckBox Class
The class for check box controls.
CheckBoxToolItem Class
The class for a check box element in a toolbar control.
ClipboardClass Class
The class for the clipboard.
ComboBox Class
The class for controls that have both a popup list and a text field.
ConsoleClass Class
The class for consoles.
Control Class
The class for any control in a window.
CursorClass Class
The class for the cursor.
CustomWin Class
The class for objects that do not map to or derive from any built-in classes.
DefinedWin Class
The class for windows that map to or derive from manually created windows.
DesktopWin Class
The class for the entire screen.
DialogBox Class
The class for dialog boxes.
DropDownToolItem Class
The class for drop-down element in a toolbar control.
DynamicText Class
The class for dynamic text controls.
HorizontalScrollBar Class
The class for horizontal scroll bars.
ListBox Class
The class for list boxes.
MainWin Class
The class for an application’s main window.
Menu Class
The class for menus.
MenuItem Class
MenuItem is the class for items on a menu.
MoveableWin Class
The class for windows that typically can move.
PageList Class
The class for tabbed, multi-page dialog boxes, and for button bars.
PushButton Class
The class for pushbuttons.
RadioList Class
The class for a group of radio buttons, such as the two radio buttons used to specify direction in the
Find
dialog box of the Text Editor application.
Scale Class
The class for scales.
ScrollBar Class
The class for scroll bars, including the scroll bars that are parts of controls, such as the scroll bar on a list box.
StaticText Class
The class for static text strings (that is, text that the user cannot change, such as a label).
StatusBar Class
The class for status bar controls.
TableColumn Class
A column in a table.
TableEx Class
A series of two or more columns in an application.
TableRow Class
A row in a table.
TextField Class
The class for single-line and multi-line fields whose text can be modified by the user.
ToolBar Class
The class for tool bar controls.
TreeView Class
The class for items which are organized into graphical hierarchies.
VerticalScrollBar Class
The class for vertical scroll bars.
Parent topic:
Classes