FMX.ExtCtrls.TImageViewer.DoBitmapChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoBitmapChange(Sender: TObject);

C++

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

Propriétés

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


Description

Répond au changement de la propriété Bitmap.

DoBitmapChange est appelée automatiquement quand la propriété Bitmap a été modifiée. DoBitmapChange restitue le contrôle de telle sorte que l'image correcte soit affichée.


Voir aussi