REditComboBox.Text


public property Text

Prototype:

[Read/Write] property Text[=szText]

Description:

Sets or gets the text in the remote edit control of the REditComboBox control.
Notice: when using this property in multiple operations, is better to store its value in a temporary variable, instead of calling object.Text every time (because will request the text from the client, loosing bandwidth and time).

Return value:

Returns the text in the REditComboBox.