Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTab.Tracking Property

Indicates whether the tab is currently tracked.

#Declaration

Delphi
property Tracking: Boolean read;

#Property Value

Type
Boolean

#Remarks

End-users can navigate through tabs using arrow keys without changing the active tab. This can only be performed if the Buttons or Flat Buttons painting style is applied to the control. Users can press the Enter or Space key to make the currently tracked tab active.

The Tracking property returns True if the tab is currently tracked. The image below displays a tab control whose Alignment tab is active while the Background tab is tracked.

See Also