Vcl.ScreenTips.TScreenTipsWindow.DrawBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBorder(const aRect: TRect); virtual;

C++

virtual void __fastcall DrawBorder(const System::Types::TRect &aRect);

Properties

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

Description

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

DrawBorder is used to draw the border of the pop-up window within the area specified by aRect.


See Also