TExtendedTabToolbar is a TToolBar descendant.

Constructor for the class instance

Create is the overridden constructor for the class instance.

TExtendedTabToolButton is a TToolButton descendant.

Constructor for the class instance

Create is the constructor for the class instance.

Number of tool buttons in the Buttons property

ButtonCount is a read-only Integer property which contains the number of tool buttons available in the Buttons property.

Buttons is an indexed TToolButton property which provides access to the tool buttons created for the tool bar. The Index value must be in the range 0 to ButtonCount - 1.

Use ButtonCount to get the number of tool buttons created in the ButtonList for the tool bar.

Ordinal position for the requested tool button

ButtonList is a read-only TList property which contains the TToolButton instances created for the tool bar. Use Buttons to access an individual TToolButton instance by its ordinal position in ButtonList. Use ButtonCount to get the number to tool buttons stored in ButtonList.

RowCount is a read-only Integer property.

EdgeBorders is a TEdgeBorders property which contains a set of TEdgeBorder enumeration values. The values indicates which borders will be drawn for the tool bar. The default value for the property is a set which includes the following values:

  • ebLeft
  • ebTop
  • ebRight
  • ebBottom
Drawing styleused for the inner edge of the tool bar

EdgeInner is a TEdgeStyle property which indicates the drawing style used for the inner edge of the tool bar. The default value for the property is esRaised.

The default value for the property is esLowered. The default value for the property is True. The default value for the property is True. The default value for the property is 1. The default value for the property is False. The default value for the property is False. The default value for the property is True.

TExtendedInternalCustomPage is a TCustomPage descendant.

Internal TabControl used to display tabs

TExtendedInternalTabControl is a TNoteBookStringsTabControl descendant.

List of tabs (and pages) used in TCustomExtendedTabControl

TExtendedTabControlNoteBookStrings is a TTabControlNoteBookStrings descendant.

Returns a TExtendedInternalTabControl type Class type used for Pages in TCustomExtendedTabControl

Implements the class reference used for the PageClass and Pages properties in TCustomExtendedTabControl.

Experimental. Platform dependent.

Experimental. Platform dependent.