Skip to main content
A newer version of this page is available. .

TcxCustomImageComboBoxProperties Members

Contains settings specific to image combo box editors.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Alignment Determines the alignment of the editor’s contents. Inherited from TcxCustomEditProperties.
AlwaysShowBlanksAndLiterals Specifies whether the editor’s display value includes blank and literal characters when the editor is not focused. Inherited from TcxCustomMaskEditProperties.
AssignedValues protected Contains the property flags that indicate which properties specific to a text editor have been changed. Inherited from TcxCustomTextEditProperties.
AutoSelect Determines whether the editor’s contents are automatically selected when the editor receives focus. Inherited from TcxCustomEditProperties.
BeepOnError Specifies whether to play the system default sound on a validation error. Inherited from TcxCustomEditProperties.
ButtonGlyph Specifies the bitmap drawn on the dropdown button surface. Inherited from TcxCustomDropDownEditProperties.
Buttons Supports a collection of buttons displayed within the editor. Inherited from TcxCustomEditProperties.
ButtonsViewStyle protected Specifies the view style for the editor text and buttons displayed within the editor. Inherited from TcxCustomEditProperties.
CaseInsensitive Specifies whether the mask is case sensitive. Inherited from TcxCustomMaskEditProperties.
CharCase Specifies the case of editor text. Inherited from TcxCustomTextEditProperties.
ClearKey Specifies the keyboard shortcut to clear the editor entry. Inherited from TcxCustomEditProperties.
ClickKey Specifies a key combination to generate the OnButtonClick click event for the default button. Inherited from TcxCustomEditProperties.
DefaultDescription Specifies the text displayed within the image combo box when the edit value has no corresponding description within the list of associated items.
DefaultImageIndex Specifies the index of the default image displayed within the image combo box.
DisplayFormat Determines the manner in which the editor’s text is formatted when the editor does not have focus. Inherited from TcxCustomTextEditProperties.
DropDownAutoWidth Specifies whether the dropdown list width is changed to display entirely. Inherited from TcxCustomComboBoxProperties.
DropDownListStyle Specifies the combo box editor’s behavior during text input. Inherited from TcxCustomComboBoxProperties.
DropDownRows Specifies the number of values displayed in the dropdown window of the active combo box. Inherited from TcxCustomComboBoxProperties.
DropDownSizeable Determines whether an end-user can resize the dropdown window by dragging its borders. Inherited from TcxCustomComboBoxProperties.
DropDownWidth Specifies the width of the editor dropdown window. Inherited from TcxCustomComboBoxProperties.
EchoMode Specifies the text display mode. Inherited from TcxCustomTextEditProperties.
EditFormat Determines the manner in which the editor’s text is formatted when the editor is focused. Inherited from TcxCustomTextEditProperties.
EditMask Specifies the mask representing valid text for a masked edit control. Inherited from TcxCustomMaskEditProperties.
ErrorIcon Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties.
HideCursor protected Specifies whether the edit cursor is hidden. Inherited from TcxCustomTextEditProperties.
HideSelection Determines whether the visual indication of the selected text remains when the editor loses focus. Inherited from TcxCustomTextEditProperties.
IgnoreMaskBlank Determines the manner in which a mask editor reacts to an input validation error. Inherited from TcxCustomMaskEditProperties.
ImageAlign Specifies the horizontal alignment of images displayed within the editor’s dropdown window.
Images Specifies a TCustomImageList instance containing images to display within an image combo box.
ImeMode Specifies the current mode of an Input Method Editor (IME). Inherited from TcxCustomTextEditProperties.
ImeName Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters. Inherited from TcxCustomTextEditProperties.
ImmediateDropDown Determines whether the popup window is opened immediately after a user has pressed an alphanumeric character within an editor. Inherited from TcxCustomDropDownEditProperties.
ImmediateDropDownWhenActivated Determines whether the popup window is opened immediately after a user has activated an in-place editor. Inherited from TcxCustomDropDownEditProperties.
ImmediateDropDownWhenKeyPressed Determines whether the popup window is opened immediately after a user has pressed an alphanumeric character within an editor. Inherited from TcxCustomDropDownEditProperties.
ImmediatePopup Determines whether the popup window is opened immediately after a user has activated an in-place editor. Inherited from TcxCustomDropDownEditProperties.
ImmediatePost Indicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties.
ImmediateUpdateText Inherited from TcxCustomTextEditProperties.
IncrementalFiltering Enables the incremental filtering feature for the editor’s drop-down list. Inherited from TcxCustomTextEditProperties.
IncrementalFilteringOptions Specifies how incremental filtering is applied to the editor’s drop-down list. Inherited from TcxCustomTextEditProperties.
IncrementalSearch Enables the automatic completion feature of an editor. Inherited from TcxCustomTextEditProperties.
IsChanging Inherited from TcxCustomEditProperties.
IsMasked Indicates whether the mask exists for a mask editor. Inherited from TcxCustomMaskEditProperties.
ItemHeight Specifies the height of an item in the combo box editor. Inherited from TcxCustomComboBoxProperties.
Items Specifies the collection of items stored within an image combo box.
KeepArrowButtonPressedWhenDroppedDown Inherited from TcxCustomDropDownEditProperties.
LargeImages Specifies the TCustomImageList instance containing images to display within the dropdown window of an image combo box.
LookupItems Specifies the list of words required to implement the automatic completion feature within an editor. Inherited from TcxCustomTextEditProperties.
LookupItemsSorted Specifies whether the automatic completion words list is sorted in alphabetical order. Inherited from TcxCustomTextEditProperties.
MaskKind Determines the mask type of a mask editor. Inherited from TcxCustomMaskEditProperties.
MaxLength Specifies the maximum number of characters a user can enter into an editor. Inherited from TcxCustomTextEditProperties.
MaxValue Specifies the maximum numeric value an editor can display. Inherited from TcxCustomTextEditProperties.
MinValue Specifies the minimum numeric value an editor can display. Inherited from TcxCustomTextEditProperties.
MultiLineText Determines whether the description text is displayed in a single or multi line manner.
Nullstring protected Specifies the display text for the Null value. Inherited from TcxCustomTextEditProperties.
OEMConvert Determines whether characters typed in an editor are converted from ANSI to OEM and back to ANSI. Inherited from TcxCustomTextEditProperties.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
PasswordChar Specifies the character (if any) to display in place of the actual characters typed into an editor. Inherited from TcxCustomTextEditProperties.
PopupAlignment Specifies the manner in which the dropdown window is aligned relative to the editor. Inherited from TcxCustomDropDownEditProperties.
PopupAutoSize Specifies whether the popup window is resized to accommodate the control placed on it. Inherited from TcxCustomDropDownEditProperties.
PopupClientEdge Specifies whether to display the inner border within the popup window. Inherited from TcxCustomDropDownEditProperties.
PopupDirection Inherited from TcxCustomDropDownEditProperties.
PopupHeight Specifies the height of the dropdown window. Inherited from TcxCustomDropDownEditProperties.
PopupHorzAlignment Inherited from TcxCustomDropDownEditProperties.
PopupMinHeight Specifies the minimum height of the popup window. Inherited from TcxCustomDropDownEditProperties.
PopupMinWidth Specifies the minimum width of the popup window. Inherited from TcxCustomDropDownEditProperties.
PopupSizeable Determines whether the popup window is sizeable. Inherited from TcxCustomDropDownEditProperties.
PopupSysPanelStyle Specifies whether to display the system panel at the bottom of the popup window. Inherited from TcxCustomDropDownEditProperties.
PopupVertAlignment Inherited from TcxCustomDropDownEditProperties.
PopupWidth Specifies the width of the popup window. Inherited from TcxCustomDropDownEditProperties.
PostPopupValueOnTab Specifies whether the selected item’s value is posted to the editor when the popup window is closed using the Tab key. Inherited from TcxCustomDropDownEditProperties.
ReadOnly Specifies the desired read-only status of an editor. Inherited from TcxCustomEditProperties.
Revertable Determines whether the dropdown values of the combo box can be cycled through by a double click within the editor. Inherited from TcxCustomComboBoxProperties.
ShowDescriptions Specifies whether or not the editor’s edit field displays the item description next to a selected image.
ShowPasswordRevealButton Specifies if the editor configured for password input displays a “password reveal” button when the editor’s edit box is not Text. Inherited from TcxCustomTextEditProperties.
Sorted Determines whether the auto completion expression list is sorted in alphabetical order. Inherited from TcxCustomComboBoxProperties.
Transparent protected Inherited from TcxCustomEditProperties.
UseDisplayFormatWhenEditing Specifies if the display mode format is used for value formatting in edit mode. Inherited from TcxCustomTextEditProperties.
UseLeftAlignmentOnEditing Specifies whether to align text to the left in edit mode. Inherited from TcxCustomEditProperties.
UseMouseWheel Specifies whether an editor responds to mouse wheel rotation. Inherited from TcxCustomEditProperties.
UseNullString protected Specifies whether the custom text will be displayed if the editor is empty. Inherited from TcxCustomTextEditProperties.
ValidateOnEnter Inherited from TcxCustomMaskEditProperties.
ValidationErrorIconAlignment Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation. Inherited from TcxCustomEditProperties.
ValidationOptions Contains a set of flags that specify how the editor handles and displays its validation errors. Inherited from TcxCustomEditProperties.
ValidChars Specifies additional characters valid for a data-aware editor. Inherited from TcxCustomTextEditProperties.
ViewStyle Specifies the view style of the text and buttons in a text editor. Inherited from TcxCustomTextEditProperties.

Methods

Name Description
AllowRepositorySharing Inherited from TcxCustomEditProperties.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents an editor from being repainted until the EndUpdate method is called. Inherited from TcxCustomEditProperties.
CanCompareEditValue Inherited from TcxCustomEditProperties.
CanModify protected Specifies whether the edit value can be modified. Inherited from TcxCustomEditProperties.
CanValidate protected Indicates if the editor supports validation. Inherited from TcxCustomEditProperties.
Changed Inherited from TcxCustomEditProperties.
ChangedLocked Inherited from TcxCustomEditProperties.
Clone(TPersistent) Inherited from TcxCustomEditProperties.
CompareDisplayValues(TcxEditValue,TcxEditValue) Inherited from TcxCustomEditProperties.
CreatePreviewProperties Inherited from TcxCustomEditProperties.
CreateViewData(TcxCustomEditStyle,Boolean,Boolean) Inherited from TcxCustomEditProperties.
DataChanged Inherited from TcxCustomEditProperties.
DisplayValueToDisplayText(string) Inherited from TcxCustomTextEditProperties.
DoPrepareDisplayValue(TcxEditValue,TcxEditValue,Boolean) Inherited from TcxCustomTextEditProperties.
DoUpdate(TcxCustomEditProperties) Inherited from TcxCustomEditProperties.
EndUpdate(Boolean) Enables repainting of an editor. Inherited from TcxCustomEditProperties.
Equals(TObject) Inherited from TObject.
FindItemByValue(Variant) Locates an image combo box item based on the editor’s EditValue.
GetButtonsClass Determines the type of the button collection accessible via the Buttons property. Inherited from TcxCustomEditProperties.
GetContainerClass Determines the editor container type for the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
GetDisplayText(TcxEditValue,Boolean,Boolean) Inherited from TcxCustomEditProperties.
GetEditConstantPartSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditSizeProperties,TSize) Inherited from TcxCustomEditProperties.
GetEditContentSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditValue,TcxEditSizeProperties) Inherited from TcxCustomEditProperties.
GetEditSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditValue,TcxEditSizeProperties) Inherited from TcxCustomEditProperties.
GetEditValueSource(Boolean) Inherited from TcxCustomEditProperties.
GetEmptyString protected Returns an empty text based on the EditMask property, if set. Inherited from TcxCustomMaskEditProperties.
GetHashCode Inherited from TObject.
GetImageComboBoxDisplayValue(TcxEditValue,string,TcxImageIndex)
GetLookupDataClass protected Inherited from TcxCustomTextEditProperties.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetSpecialFeatures Inherited from TcxCustomEditProperties.
GetStyleClass Determines the style type that corresponds to the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
GetSupportedOperations Inherited from TcxCustomEditProperties.
GetViewDataClass protected Inherited from TcxCustomEditProperties.
GetViewInfoClass Determines the ViewInfo type that corresponds to the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
IsActivationKey(Char) Inherited from TcxCustomEditProperties.
IsDisplayValueValid(TcxEditValue,Boolean) Determines whether the specified display value is valid. Inherited from TcxCustomTextEditProperties.
IsEditValueValid(TcxEditValue,Boolean) Ascertains whether the specified edit value is valid. Inherited from TcxCustomEditProperties.
IsResetEditClass Inherited from TcxCustomEditProperties.
IsValueFormattedByProperties Inherited from TcxCustomEditProperties.
IsValueFormattedByProvider Inherited from TcxCustomEditProperties.
LockUpdate(Boolean) Inherited from TcxCustomEditProperties.
PrepareDisplayValue(TcxEditValue,TcxEditValue,Boolean) Inherited from TcxCustomEditProperties.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RefreshNonShareable Inherited from TcxCustomEditProperties.
RestoreDefaults Restores a set of properties, which are dependent on field settings for data-aware editors, to their default values. Inherited from TcxCustomEditProperties.
SetMinMaxValues(Double,Double) Inherited from TcxCustomTextEditProperties.
ToString Inherited from TObject.
Update(TcxCustomEditProperties) Inherited from TcxCustomEditProperties.
ValidateDisplayValue(TcxEditValue,TCaption,Boolean,TcxCustomEdit) Validates the specified display value. Inherited from TcxCustomEditProperties.

Events

Name Description
OnButtonClick Occurs when a user clicks a button within an editor. Inherited from TcxCustomEditProperties.
OnChange Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
OnClosePopup Inherited from TcxCustomEditProperties.
OnCloseQuery Occurs before closing the popup window. Inherited from TcxCustomDropDownEditProperties.
OnCloseUp Occurs after the popup window is closed. Inherited from TcxCustomDropDownEditProperties.
OnDrawItem Occurs when a combo box item is painted. Inherited from TcxCustomComboBoxProperties.
OnEditValueChanged Occurs after assigning a new value to the TcxCustomEdit.EditValue property. Inherited from TcxCustomEditProperties.
OnFinalizePopup Inherited from TcxCustomDropDownEditProperties.
OnInitPopup Occurs as the popup window is about to be opened. Inherited from TcxCustomDropDownEditProperties.
OnMeasureItem Occurs each time a combo box item should be repainted. Inherited from TcxCustomComboBoxProperties.
OnNewLookupDisplayText Occurs when the text entered into the editor does not belong to the automatic completion words list. Inherited from TcxCustomTextEditProperties.
OnPopup Occurs when the popup window is displayed on screen. Inherited from TcxCustomDropDownEditProperties.
OnPropertiesChanged Occurs when any properties are changed. Inherited from TcxCustomEditProperties.
OnValidate Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.
See Also