Vcl.ScreenTips.TScreenTipsWindow.DrawFooter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawFooter; virtual;

C++

virtual void __fastcall DrawFooter();

Properties

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

Description

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

DrawFooter is used to draw the footer of the pop-up window.

See Also