FMX.StdCtrls.TBitmapTrackBar.UpdateBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateBitmap;

C++

void __fastcall UpdateBitmap();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TBitmapTrackBar

Description

Internally executed whenever there is a need to update this component's bitmap image. The bitmap image is updated when it is changed, when the orientation of this bitmap track bar control changes, or when it needs a repaint.

See Also