Show: Delphi
C++
Display Preferences
FMX.ListBox.TListBoxItem 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. |
| Anchors | protected | Specifies how the control is anchored to its parent. |
| AutoCapture | public | Specifies whether the control captures mouse events. |
| 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. |
| 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. |
| Cursor | published | Specifies the image used to represent the mouse pointer when it passes into the region covered by the control. |
| Data | public | |
| 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. |
| 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). |
| Font | public | Specifies the font to use when rendering the text. |
| FontFill | public | Specifies the color and pattern used to fill the font of the text or to stroke the outline of it. |
| 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. |
| 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. |
| Index | public | |
| InPaintTo | public | Specifies whether the control is currently being painted. |
| InvertAbsoluteMatrix | public | Specifies the inverse matrix of AbsoluteMatrix. |
| IsChecked | published | Specifies whether the check box associated with the item is checked. |
| 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. |
| IsSelected | published | Specifies whether the item is selected. |
| IsVisible | published | Specifies whether the control is visible. |
| Left | protected | Specifies the horizontal coordinate of the left edge of a component, relative to its parent. |
| 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. |
| 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. |
| ShowHint | protected | Specifies whether the Hint can be shown. |
| Skew | protected | Specifies the skew rate of the current control. |
| Stored | public | Specifies whether this object is stored in the .XFM file. |
| StyleLookup | public | 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. |
| Text | public | Specifies the text that will be rendered over the surface of this TTextControl object. |
| TextAlign | public | Specifies how the text will be displayed in terms of horizontal alignment. |
| 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. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| VertTextAlign | public | Specifies how the text will be displayed in terms of vertical alignment. |
| Visible | published | Specifies whether the component appears onscreen. |
| Width | published | Specifies the horizontal size of the control (in pixels). |
| WordWrap | public | Specifies whether the text inside the TTextControl object wraps when it is longer than the width of the control. |