Links
EControl Form Designer Pro
TComponentCombo Class

TComponentCombo represents object inspector's combo box. It contains all components in the form (data module, ...), that is designed by the active designer

TComponentCombo = class(TCustomComboBox, IDesignNotification);

edcCmbCombo

TComponentCombo used for maintaining list of components owned by designed window.

Topic 
Description 
The methods of the TComponentCombo class are listed here. 
The properties of the TComponentCombo class are listed here. 
The events of the TComponentCombo class are listed here. 
 
Method 
 
protected 
 
virtual 
 
Property 
 
Event 
TComponentCombo Events 
Description 
Occurs to defined whether object Obj can be added to drop-down list. 
Allows replacing displayed class name. 
Called during updating item list. 
Called when selected item (object) has bin changed by selecting from drop-down list. 
TComponentCombo Methods 
Description 
Determines component's name picked in the list and selects appropriate components on the designed form. 
Creates and initializes a TComponentCombo instance. 
Destroys an instance of TComponentCombo. 
Adds object to drop-down list. 
Fills combo box items. 
Forwards notification messages to all owned components. 
Sets selection. 
Update items. 
TComponentCombo Properties 
Description 
Determines how the control aligns within its container (parent control). 
Specifies how the control is anchored to its parent. 
Specifies whether the drop-down closes up automatically when the user selects an item. 
Specifies whether the drop-down list drops down automatically in response to user keystrokes. 
Specifies whether combobox automatically updates it's Hint property. 
Specifies the bi-directional mode for the control. 
Specifies font color for component's class names. 
Specifies delimiter between component name and its class name 
Specifies the background color of the control. 
Specifies the size constraints for the control. 
Determines whether a control has a three-dimensional (3-D) or two-dimensional look. 
Allows direct linking to the particular designer. Component combo can work also with inactive designer. 
Indicates the image used to represent the mouse pointer when the control is being dragged. 
Specifies whether the control is being dragged normally or for docking. 
Determines how the control initiates drag-and-drop or drag-and-dock operations. 
Specifies the maximum number of items displayed in the drop-down list. 
Specifies the width, in pixels, of the drop-down list. 
Controls whether the control responds to mouse, keyboard, and timer events. 
Font 
Controls the attributes of text written on or in the control. 
Determines the behavior of the input method editor (IME). 
Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters. 
Specifies if root component (for example, Form) will be added to the list. 
Specifies the height, in pixels, of the items in the drop-down list. 
Specifies the maximum number of characters the user can type into the edit portion. 
Specifies font color for component names portion in the list. 
Occurs when the user clicks the control. 
Occurs when the drop-down list closes up due to some user action. 
Occurs when the user right-clicks the control or otherwise invokes the popup menu (such as using the keyboard). 
Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. 
Occurs when the user drops an object being dragged. 
Occurs when the user drags an object over a control. 
Occurs when an item in an owner-draw combo box needs to be displayed. 
Occurs when the user opens the drop-down list by clicking the arrow at the right of the control. 
Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging. 
Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. 
Occurs when a control receives the input focus. 
Occurs when the input focus shifts away from one control to another. 
Occurs when a user presses any key while the control has focus. 
Occurs when key pressed. 
Occurs when the user releases a key that has been pressed. 
Occurs when an item in a csOwnerDrawVariable combo box needs to be redisplayed. 
Occurs when the user selects an item in the list. 
Occurs when the user begins to drag a control with a DragKind of dkDock. 
Occurs when the user begins to drag the control or an object it contains by left-clicking on the control and holding the mouse button down. 
Specifies whether the control uses its parent’s BiDiMode. 
Determines where a control looks for its color information. 
Determines where a component looks to determine if it should appear three dimensional. 
Determines where a control looks for its font information. 
Determines where a control looks to find out if its Help Hint should be shown. 
Identifies the pop-up menu associated with the control. 
Specifies whether class names will be displayed in the items 
Determines if only TControl descendants will be shown in the list 
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control. 
Determines whether the list portion of the combo box is alphabetized. 
Indicates the position of the control in its parent's tab order. 
Determines if the user can tab to a control. 
Text 
Specifies the text string that is displayed in the edit box. 
Determines whether the component appears on screen. 
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!