Vcl.StdCtrls.TCustomButton.UpdateImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateImages; virtual;

C++

virtual void __fastcall UpdateImages();

Properties

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

Description

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