Skip to main content

TcxTabControlProperties Members

Contains tab control settings.

Constructors

Name Description
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
ActivateFocusedTab Specifies if focusing a tab using the Up Arrow, Down Arrow, Left Arrow, Down Arrow, Home, or End keystroke activates it. Inherited from TcxCustomTabControlProperties.
AllowDisabledTabAccess protected Specifies whether end-users can activate or focus a disabled tab. Inherited from TcxCustomTabControlProperties.
AllowTabDragDrop Specifies whether tab drag and drop is enabled. Inherited from TcxCustomTabControlProperties.
CloseButtonMode Specifies the Close button visibility in tabs. Inherited from TcxCustomTabControlProperties.
CloseTabWithMiddleClick Specifies if clicking the middle mouse button closes the tab located under the mouse pointer. Inherited from TcxCustomTabControlProperties.
CustomButtons Specifies custom button settings. Inherited from TcxCustomTabControlProperties.
DragImage Specifies the drag icon for tabs. Inherited from TcxCustomTabControlProperties.
HideTabs Specifies whether the tab panel is hidden. Inherited from TcxCustomTabControlProperties.
HotImages Specifies the collection of images used for indicating the tab’s hot-tracked state. Inherited from TcxCustomTabControlProperties.
HotTrack Specifies whether tabs are hot-tracked when the mouse pointer hovers over them. Inherited from TcxCustomTabControlProperties.
ImageBorder Specifies the width of tab image borders in pixels. Inherited from TcxCustomTabControlProperties.
Images Specifies the collection of images that are used as explanatory images for tabs. Inherited from TcxCustomTabControlProperties.
MultiLine Specifies whether tabs are arranged across several rows. Inherited from TcxCustomTabControlProperties.
MultiLineTabCaptions Specifies if tab captions can occupy multiple lines. Inherited from TcxCustomTabControlProperties.
MultiSelect Specifies whether multiple tabs can be selected at a time. Inherited from TcxCustomTabControlProperties.
NavigatorPosition Specifies the control corner in which the navigator bar resides. Inherited from TcxCustomTabControlProperties.
NewButton Provides access to the New tab button. Inherited from TcxCustomTabControlProperties.
NewButtonMode Specifies the New tab button‘s display options. Inherited from TcxCustomTabControlProperties.
Options Specifies a set of options that affect the appearance and behavior of a tab control. Inherited from TcxCustomTabControlProperties.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
OwnerDraw Specifies whether the tab control uses default tab drawing. Inherited from TcxCustomTabControlProperties.
RaggedRight Specifies whether tabs are stretched to fit the control’s area. Inherited from TcxCustomTabControlProperties.
Rotate Specifies whether tabs are rotated relative to tab panel orientation. Inherited from TcxCustomTabControlProperties.
RotatedTabsMaxWidth Specifies the maximum width (in pixels) tabs can have when they are rotated relative to the tab panel. Inherited from TcxCustomTabControlProperties.
ScrollOpposite Specifies whether tab rows can be scrolled to the opposite side of a tab control. Inherited from TcxCustomTabControlProperties.
ShowButtonHints Specifies the visibility of button hints. Inherited from TcxCustomTabControlProperties.
ShowFrame Specifies the visibility of page borders. Inherited from TcxCustomTabControlProperties.
ShowTabHints Specifies the visibility of tab hints. Inherited from TcxCustomTabControlProperties.
Style Applies a painting style to a tab control. Inherited from TcxCustomTabControlProperties.
TabCaptionAlignment Specifies the tab caption alignment. Inherited from TcxCustomTabControlProperties.
TabHeight Specifies the height of tabs in pixels. Inherited from TcxCustomTabControlProperties.
TabIndex Specifies the selected tab index. Inherited from TcxCustomTabControlProperties.
TabPosition Specifies tab panel position and orientation. Inherited from TcxCustomTabControlProperties.
Tabs Returns the collection of tabs displayed by a tab control. Inherited from TcxCustomTabControlProperties.
TabSlants Specifies the appearance aspects of tab slants. Inherited from TcxCustomTabControlProperties.
TabsScroll Specifies whether tab navigation buttons are displayed if tabs don’t fit in the tab control. Inherited from TcxCustomTabControlProperties.
TabWidth Specifies the width of tabs in pixels. Inherited from TcxCustomTabControlProperties.

Methods

Name Description
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Disables updates to the control. Inherited from TcxCustomTabControlProperties.
CancelUpdate Enables updates to the control. Inherited from TcxCustomTabControlProperties.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
EndUpdate Enables updates to the control, and invalidates the control. Inherited from TcxCustomTabControlProperties.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ToString Inherited from TObject.
See Also