Vcl.Themes.TCustomStyleServices.PaintBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintBorder(Control: TWinControl; EraseLRCorner: Boolean); override;

C++

virtual void __fastcall PaintBorder(Vcl::Controls::TWinControl* Control, bool EraseLRCorner);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices

Description

Draws the border of a control.

Call PaintBorder to draw the border of a control using the current style.

See Also