FMX.Layers3D.TImage3D.DoBitmapChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBitmapChanged(Sender: TObject);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TImage3D

Description

Executes each time the Bitmap of this TImage3D component changes.

When DoBitmapChanges is called, the bitmap is repainted over the surface of this TImage3D component.

See Also