RAD Studio VCL Reference
ContentsIndex
TCustomCombo Methods Protected Methods
Protected Methods
 
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 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. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.