Vcl.Buttons.TBitBtn.UpdateImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateImages; override;

C++

virtual void __fastcall UpdateImages();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TBitBtn

Description

Updates the image list associated with the button.

Vcl.Buttons.TBitBtn.UpdateImages inherits from Vcl.StdCtrls.TCustomButton.UpdateImages. All content below this line refers to Vcl.StdCtrls.TCustomButton.UpdateImages.

Updates the image list associated with the button.

The UpdateImages method is called to add images to the image list associated with the button control.

See Also