FMX.Types.IControl Properties
InheritedProtected
| AbsoluteEnabled | public | |
| AcceptsControls | public | Specifies whether the control accepts child controls at design time in the form editor. |
| Cursor | public | Specifies the image used to represent the mouse pointer when it passes into the region covered by the control. |
| DesignInteractive | public | Specifies whether the control has interactive design. |
| DragMode | public | Specifies how the control initiates drag-and-drop operations. |
| Enabled | public | |
| HitTest | public | Specifies whether mouse click events are captured by this control. |
| InheritedCursor | public | |
| IsFocused | public | |
| Locked | public | Specifies whether the control is locked at design time. |
| Parent | public | Specifies the parent component of the current control. |
| PopupMenu | public | |
| TabStop | public | |
| Visible | public | Specifies whether the component appears onscreen. |