Input Method (FlexComboBase)

Action

Creates an Event object that contains information about text events. Event objects are passed as parameters to event listeners.

Syntax

comboBase.Input(text)
Variable Description
text One or more characters of text entered by the user. Event listeners can access this information through the text property. String.