JVCL Help:TJvTabBar

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomTabBar
TJvTabBar
run\JvTabBar.pas


Summary

Implements a tab bar control.

run\JvTabBar.pas


Pascal

 run\JvTabBar.pas
 TJvTabBar = class(TJvCustomTabBar);


Description

  1. JVCLInfo

TJvTabBar is a TJvCustomTabBar descendant that implements a tab bar control. TJvTabBar is a visual control that can arrange the items defined in the Tabs property on a scrollable drawing surface.
The Images property stores graphic images that can be displayed for items in the Tabs property.
Use the Painter property to specify the rendering mechanism to use for both the control and the Tabs defined for the control.
TJvTabBar can have an associated list of TJvCustomPage instances in the Pages property that are displayed when a Tab is selected using the control.
TJvTabBar publishes properties defined in TJvCustomTabBar, including:

Property Default Value
Align alTop
AllowTabMoving
AllowUnselected
AutoFreeClosed
CloseButton
Cursor
FlatScrollButtons
Height 23
Hint
HotTracking
Images
Margin
OnChange
OnClick
OnContextPopup
OnDblClick
OnDragDrop
OnDragOver
OnEndDock
OnEndDrag
OnMouseDown
OnMouseMove
OnMouseUp
OnStartDock
OnStartDrag
OnTabClosed
OnTabClosing
OnTabSelected
OnTabSelecting
Orientation
PageList
Painter
PopupMenu
RightClickSelect
SelectBeforeClose
ShowHint False
Tabs

run\JvTabBar.pas


See Also

TJvCustomTabBar, TJvStandardPage, TJvCustomPage, TJvTabBarPainter, TJvModernTabBarPainter

run\JvTabBar.pas


About

Navigation

run\JvTabBar.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page