FMX.Styles.Objects.TMaskedImage.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; override;

C++

virtual void __fastcall DoChanged();

Properties

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

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.

FMX.Styles.Objects.TMaskedImage.DoChanged inherits from FMX.Objects.TImage.DoChanged. All content below this line refers to FMX.Objects.TImage.DoChanged.

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