Show: Delphi
C++
Display Preferences
FMX.ListBox.TComboListBox Properties
From XE2 API Documentation
| AbsoluteEnabled | public | Specifies whether the control is absolutely enabled. |
| AbsoluteHeight | public | Specifies the absolute height of the control. |
| AbsoluteMatrix | public | Specifies the absolute transformation matrix of the control. |
| AbsoluteOpacity | public | Specifies the absolute opacity of the control. |
| AbsoluteRect | public | Specifies the absolute rectangle that bounds the control. |
| AbsoluteScale | public | Specifies the absolute scale of the control. |
| AbsoluteWidth | public | Specifies the absolute width of the control. |
| Action | public | Specifies the action associated with the control. |
| Align | published | Specifies the alignment options (top, left, client, and so on) of this control. |
| AllowDrag | protected | Allows the dragging of items inside the list. |
| AlternatingRowBackground | protected | Specifies whether consecutive items should have different backgrounds. |
| Anchors | protected | Specifies how the control is anchored to its parent. |
| Animated | published | Specifies whether to use a smooth scrolling animation when scrolling the contents of this scroll box. |
| AutoCapture | public | Specifies whether the control captures mouse events. |
| AutoHide | published | Specifies whether the scroll bars attached to this scroll box are automatically shown or hidden. |
| AutoTranslate | public | Specifies whether the control's text should be translated. |
| Binding | public | Associates any data (passed as a Variant) to any of the children with the BindingName property set. |
| BindingName | published | Specifies a binding name for this FMX object. |
| BindingSource | public | Specifies the object to which the current control is bound. |
| BoundsRect | public | Specifies the bounding rectangle of the control. |
| CanClip | published | Specifies whenever the current control can be clipped. |
| CanFocus | public | Specifies whenever the current control can receive focus. |
| Canvas | public | Provides the drawing surface of the control. |
| Children | public | Stores an array of children attached to this parent component. |
| ChildrenCount | public | Read-only property that specifies the number of children in the children list. |
| ChildrenRect | public | Specifies the rectangle area occupied by the current control's children. |
| ClipChildren | published | Specifies whether the current control has a clipped child. |
| ClipParent | published | Specifies whether the current control has clipped its parent. |
| ClipRect | public | Specifies the bound rectangle to be clipped. |
| Columns | protected | Specifies the number of columns on which to display the items in the list box. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| ContentLayout | protected | Protected read-only property that specifies the content layout of this scroll box. |
| Count | public | Determines the number of items in the list box. |
| Cursor | published | Specifies the image used to represent the mouse pointer when it passes into the region covered by the control. |
| Data | public | Specifies the data associated to one of the children for binding purposes. |
| DefaultStyleLookupName | public | Returns a string with the name of the default style of this control. |
| DesignInfo | public | Contains information used by the Form designer. |
| DesignVisible | published | Specifies whether the control design is visible. |
| DisableDefaultAlign | public | Specifies whether the control keeps its default alignment when it is realigned on the surface of a FireMonkey form. |
| DisableFocusEffect | public | Specifies whether the control has the focus effect disabled. |
| DisableMouseWheel | published | Specifies whether the mouse wheel is disabled or not in this scroll box. |
| DragMode | published | Specifies how the control initiates drag-and-drop operations. |
| Enabled | published | Specifies whether the control responds to mouse, keyboard, and timer events. |
| EnableDragHighlight | published | Specifies whether the control is highlighted when the dragged object is over it. |
| ExplicitHeight | protected | Specifies the explicit vertical size of the control (in pixels). |
| ExplicitLeft | protected | Specifies the explicit horizontal pixel coordinate of the left edge of a component, relative to its parent. |
| ExplicitTop | protected | Specifies the explicit vertical pixel coordinate of the top edge of a component, relative to its parent. |
| ExplicitWidth | protected | Specifies the explicit horizontal size of the control (in pixels). |
| HasAfterPaintEffect | public | Specifies whether the control has an effect that is applied after the control is painted. |
| HasDisablePaintEffect | public | Specifies whether the control's effect is painted. |
| HasEffect | public | Specifies whether the control has an applied effect. |
| Height | published | Specifies the vertical size of the control (in pixels). |
| HelpContext | published | Contains the numeric context ID that identifies the Help topic for the control. |
| HelpKeyword | published | Contains the keyword string that identifies the Help topic for the control. |
| HelpType | published | Specifies whether the control's context-sensitive Help topic is identified by a context ID or by keyword. |
| HideSelectionUnfocused | protected | Specifies whether the selection is still displayed when the list box loses focus. |
| Hint | protected | Specifies the text string that appears when the user moves the mouse over the control. |
| HitTest | published | Specifies whether mouse-click events are captured by this control. |
| HScrollBar | public | Specifies the horizontal scroll bar attached to this scroll box. |
| Index | public | Specifies the index of the child object in the children array attached to this object. |
| InPaintTo | public | Specifies whether the control is currently being painted. |
| InvertAbsoluteMatrix | public | Specifies the inverse matrix of AbsoluteMatrix. |
| IsDragOver | published | Specifies whether a dragged object is over the area of the current control. |
| IsFocused | published | Specifies whether the control is in focus. |
| IsMouseOver | published | Specifies whether the mouse cursor is over the control. |
| IsVisible | published | Specifies whether the control is visible. |
| ItemHeight | protected | Specifies the height of the items from the list box. |
| ItemIndex | public | Specifies the index of the currently selected item. |
| Items | public | Specifies the items in the list box. |
| ItemWidth | protected | Specifies the width of the items in the list box. |
| Left | protected | Specifies the horizontal coordinate of the left edge of a component, relative to its parent. |
| ListItems | public | Returns the list item with the specified Index. |
| ListStyle | protected | Specifies how the items are displayed in the list box. |
| LocalRect | public | Specifies the local rectangle for painting the control. |
| Locked | published | Specifies whether the control is locked at design time. |
| Margins | published | Specifies the control's margins. |
| MouseTracking | published | Enables scrolling when the mouse is moved while holding down the left mouse button. |
| MultiSelect | protected | Specifies whether multiple items can be selected in the list. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | |
| Opacity | published | Specifies the control opacity. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| Padding | published | Specifies the control's padding. |
| Parent | public | Specifies the parent component of this FMX object. |
| ParentedRect | public | Specifies the bounding rectangle of the control within its parent. |
| ParentedVisible | public | Specifies whether all the control's parents are visible. |
| PopupMenu | published | Specifies the context menu window. |
| Position | published | Specifies the upper-left corner of the current control, relative to its parent. |
| Root | public | Specifies the root parent of this object. |
| RotationAngle | published | Specifies the amount (in degrees) by which the control is rotated from the x-axis. |
| RotationCenter | published | Specifies the position of the pivot point of the control. |
| Scale | published | Specifies the scale of the control. |
| Scene | public | Specifies the current scene in which the control is drawn. |
| Selected | public | Returns the item that is currently selected. |
| ShowCheckboxes | protected | Displays a check box next to every item in the list box. |
| ShowHint | protected | Specifies whether the Hint can be shown. |
| ShowScrollBars | published | Specifies whether the scroll bars attached to this scroll box are visible or not. |
| ShowSizeGrip | published | Specifies whether to show the size grip in the lower-right corner of this scroll box. |
| Skew | protected | Specifies the skew rate of the current control. |
| Sorted | protected | Specifies whether the list of items is sorted. |
| Stored | public | Specifies whether this object is stored in the .XFM file. |
| StyleLookup | published | Specifies the name of the resource object to which the current TStyledControl is linked. |
| StyleName | published | Specifies the style name for this FMX component. |
| TabOrder | public | Indicates the position of the control in its parent's tab order. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| TagFloat | public | Custom property that stores any floating-point value. |
| TagObject | public | Custom property that stores any object value. |
| TagString | public | Custom property that stores any string value. |
| TempCanvas | protected | Temporary copy of the canvas on which the control is drawn. |
| Top | protected | Specifies the vertical coordinate of the upper-left corner of a control, relative to its parent, in pixels. |
| UpdateRect | public | Specifies the rectangle area of the control that needs to be updated. |
| UseSmallScrollBars | published | Specifies whether the scroll bars attached to this scroll box have a small footprint rather than their normal size defined by the operating system. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| Visible | published | Specifies whether the component appears onscreen. |
| VScrollBar | public | Specifies the vertical scroll bar attached to this scroll box. |
| Width | published | Specifies the horizontal size of the control (in pixels). |