FMX.ExtCtrls.TImageViewer.DoBitmapChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBitmapChange(Sender: TObject);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer

Description

Responds to the change of the Bitmap property.

DoBitmapChange is automatically called when the Bitmap property is modified. DoBitmapChange renders the control so that the correct image is displayed.


See Also