RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo Methods

The methods of the TCustomCombo class are listed here.

 
Name 
Description 
 
Adjusts the size and position of the drop down list. 
 
Generates an OnChange event. 
 
Generates an OnCloseUp event. 
 
Responds to Windows messages sent to the edit control or drop-down list. 
 
Creates the Windows control that represents the combo box. 
 
Destroys all of the windows controls that implement the combo box. 
 
Generates an OnDropDown event. 
 
Responds to Windows messages that are sent to the edit control portion of the combo box. 
 
Returns the value of the ItemCount property. 
 
Returns the value of the DroppedDown property. 
 
Returns the value of the ItemCount property. 
 
Returns the value of the ItemHeight property. 
 
Returns the value of the ItemIndex property. 
 
Indicates the class that implements the Items property. 
 
Returns the value of the SelLength property. 
 
Returns the value of the SelStart property. 
 
Responds to Windows messages that are sent to the drop-down list portion of the combo box. 
 
Initializes the combo box after its form is loaded into memory. 
 
Generates an OnSelect event. 
 
Sets the value of the DropDownCount property. 
 
Sets the value of the DroppedDown property. 
 
Sets the value of the ItemHeight property. 
 
Sets the value of the ItemIndex property. 
 
Sets the value of the Items property. 
 
Sets the value of the MaxLength property. 
 
Sets the value of the SelLength property. 
 
Sets the value of the SelStart property. 
 
Processes messages received by the combo box. 
 
Name 
Description 
 
Adds an item to the drop-down list of items. 
 
Deletes all text from the edit box and all items from the Items list. 
 
Deselects any selected items in the drop-down list. 
 
Copies the selected item in the drop-down list to another list control. 
 
Deletes the selected item from the drop-down list. 
 
Indicates whether the combo box has input focus. 
 
Selects the entire block of text in the edit box. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!