Showlist
From LDTP
| Table of contents |
Syntax
showlist ('dlgName', 'cmbName')
Description
Displays combo box drop down list in the current dialog.
Implementation
Combo box will generally have a list as its child or a menu as its child. So this function gets object handle of list object, checks if list of combo box is visible, if not then just click on combo box, click operation will display drop down list of combo box.
Examples
TODO

