TWebJQXComboBox
Description
Below is a list of the most important properties methods and events for TWebJQXComboBox
.
A combobox control that contains an input field with auto-complete functionality and a list of selectable items displayed in a drop-down.
 |
 |
Designtime |
Runtime |
HTML template tag
The HTML tag the component can be associated with in an HTML template. Assign the ID
attribute with a unique value and set the identical value to the ElementID
property. Detailed
information can be found in the Use of HTML templates topic.
HTML tag |
<DIV ID=”UniqueID”></DIV> |
ElementID |
UniqueID |
Properties for TWebJQXComboBox
Property |
Description |
AutoComplete |
If set to True only the items that match the searched text are displayed in the list |
ElementClassName |
Optionally sets the CSS classname when styling via CSS is used |
ElementID |
Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new control is created but the Delphi class is connected with the existing HTML element in the form HTML file |
ItemIndex |
Sets the selected item index |
Items |
The collection of items |
MultiSelect |
Sets if multiple items can be selected |
Theme |
Sets the name of the theme that is used to display the control |
TextHint |
Sets the text displayed before an item is selected |
Methods for TWebJQXComboBox
Property |
Description |
GetDisabled |
Returns if the provided item index is disabled |
SetDisabled |
Sets the provided item index as disabled |
GetSelected |
Returns if the provided item index is selected |
SetSelected |
Sets the provided item index as selected |
Events for TWebJQXComboBox
Property |
Description |
OnChange |
Event triggered when an item is selected |