FMX.Objects.TImage.OnPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPaint: TOnPaintEvent read FOnPaint write FOnPaint;

C++

__property OnPaint;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TImage

Description

Occurs when the control is redrawn.

FMX.Objects.TImage.OnPaint inherits from FMX.Controls.TControl.OnPaint. All content below this line refers to FMX.Controls.TControl.OnPaint.

Occurs when the control is redrawn.

OnPaint also occurs when DoPaint is called.

Write an event handler for OnPaint to change the way the control renders itself.

See Also