Vcl.StdCtrls.TCustomButton.UpdateImageList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateImageList; virtual;

C++

virtual void __fastcall UpdateImageList();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Description

Rebuilds the image list associated with the button.

The UpdateImageList method is called to update the image list associated with the button control.

See Also