FMX.Graphics.TBrushBitmap.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

Properties

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

Description

OnChange event dispatcher.

DoChanged fires an OnChange event whenever the bitmap used by this TBrushBitmap object changes.

See Also