Show: Delphi
C++
Display Preferences
FMX.Objects.TShape.FillChanged
From XE2 API Documentation
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.Types.TBrush.OnChanged event of the Fill property.