Vcl.Styles.TCustomStyle.PaintBorder
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.Styles.pas Vcl.Styles.hpp |
Vcl.Styles | TCustomStyle |
Description
Draws the border of a control. {{#multireplace:Vcl.Styles.TCustomStyle.PaintBorder|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Themes.TCustomStyleServices.PaintBorder|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Themes.TCustomStyleServices.PaintBorder|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Draws the border of a control.
Call PaintBorder to draw the border of a control using the current style.