TcxTabSheet.TabHint Property
In This Article
Specifies the hint for the tab that corresponds to the page.
#Declaration
Delphi
property TabHint: string read; write;
#Property Value
Type |
---|
string |
#Remarks
A tab hint shows the page’s caption unless you specified the hint via this property. You can dynamically customize tab hints by handling a page control’s OnGetTabHint event.
Note
Tab hints are shown only if a page control’s Properties.
See Also