FMX.Layouts.TCustomScrollBox.AfterPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AfterPaint; override;

C++

virtual void __fastcall AfterPaint(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Restores Canvas properties after the painting process.

FMX.Layouts.TCustomScrollBox.AfterPaint inherits from FMX.Controls.TControl.AfterPaint. All content below this line refers to FMX.Controls.TControl.AfterPaint.

Restores Canvas properties after the painting process.

As implemented in TControl, AfterPaint does nothing.

TShape descendants of TControl override AfterPaint to restore StrokeDash and StrokeThickness to default values.

See Also