OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Querying Combo Boxes

TComboBox adds several member functions to those inherited from TListBox for querying the contents of a combo box's edit and list areas.

The following table summarizes these member functions.

Member functionDescription
TComboBox::GetTextLenGet length of text in edit area.
TComboBox::GetTextRetrieve all text in edit area.
TComboBox::GetEditSelGet indexes of selected text in edit area.
TComboBox::GetDroppedControlRectGet rectangle of dropped-down list.
TComboBox::GetDroppedStateDetermine if list area is visible.
TComboBox::GetExtendedUIDetermine if combo box has extended UI.

See Also