FMX.Graphics.TBitmap.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange; virtual;

C++

virtual void __fastcall DoChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Calls the OnChange event handler if it is defined.

DoChange is called each time when TBitmap is changed.

See Also