Vcl.Tabs.TDrawTabEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef TTabSetDrawTabEvent TDrawTabEvent;

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Tabs.hpp Vcl.Tabs Vcl.Tabs

Description

TDrawTabEvent is the type for event handlers that render the tab of an owner-drawn Vcl.Tabs.TTabSet control for the OnDrawTab event.

TDrawTabEvent is an event handler of type Vcl.Tabs.TTabSetDrawTabEvent.

Note: The TDrawTabEvent type defined in the tabs unit for the OnDrawTab event handler differs from the TDrawTabEvent type defined in the comctrls unit. Do not use the comctrls unit in source files where you are working with a TTabSet control.

See Also