Share via


FormComboBoxControl.text Method

Sets or returns the text for the control.

Syntax

public str text([str value])

Run On

Client

Parameters

  • value
    Type: str
    The value to assign as the text for the control; optional.

Return Value

Type: str
The text for the control; an empty string if no text has been assigned for the control.

See Also

FormComboBoxControl Class

FormComboBoxControl.setEditText Method