FMX.Objects.TShape.StrokeChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StrokeChanged(Sender: TObject); virtual;

C++

virtual void __fastcall StrokeChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TShape

Description

Forces the shape to repaint its image on the screen.

StrokeChanged is the event handler of the FMX.Graphics.TBrush.OnChanged event of the Stroke property.