Vcl.ScreenTips.TScreenTipsWindow.DrawHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DrawHeader: Integer; virtual;

C++

virtual int __fastcall DrawHeader();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsWindow

Description

Draws the header of the screen tip's pop-up window.

DrawHeader is used to draw the header of the pop-up window.

See Also