FMX.Objects.TImage.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged(void);

Properties

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

Description

Forces the current TImage control to repaint its image on the screen and update the effects of the control and of the control's parent.

DoChanged is called every time the current TImage control is changed.

See Also