GetText Function (ComboBox)

Class

ComboBox.

Action

Returns the text in the combo-box text box.

Syntax

sText = combobox.GetText()
Variable Description
sText The combo-box text. STRING.

Example

Verify(Dialog1.ComboBoxText.GetText(), "two")