FMX.Graphics.TBrush.BitmapChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BitmapChanged(Sender: TObject);

C++

void __fastcall BitmapChanged(System::TObject* Sender);

Properties

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

Description

Represents an OnChanged event dispatcher.

BitmapChanged is an OnChanged event dispatcher, and it is called every time the TBrush object is changed.

See Also