FMX.Objects.TShape.FillChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FillChanged(Sender: TObject); virtual;

C++

virtual void __fastcall FillChanged(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.

FillChanged is the event handler of the FMX.Graphics.TBrush.OnChanged event of the Fill property.