TcxDrawTabExEvent Type
In This Article
#Declaration
Delphi
TcxDrawTabExEvent = procedure(AControl: TcxCustomTabControl; ATab: TcxTab; Font: TFont) of object;
#Parameters
Name | Type |
---|---|
AControl | Tcx |
ATab | Tcx |
Font | TFont |
See Also