Vcl.CategoryButtons.TCategoryButtons.OnDrawText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawText: TCatButtonDrawEvent read FOnDrawText write FOnDrawText;

C++

__property TCatButtonDrawEvent OnDrawText = {read=FOnDrawText, write=FOnDrawText};

Properties

Type Visibility Source Unit Parent
event published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Fired when a caption needs to be redrawn.

The OnDrawText event is fired when a caption needs to be redrawn. This action prevents default drawing.

OnDrawText is an event handler of type Vcl.CategoryButtons.TCatButtonDrawEvent.

See Also