Vcl.ExtCtrls.TButtonedEdit.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TButtonedEdit

Description

Lists the images that can appear on the control's embedded buttons.

Vcl.ExtCtrls.TButtonedEdit.Images inherits from Vcl.ExtCtrls.TCustomButtonedEdit.Images. All content below this line refers to Vcl.ExtCtrls.TCustomButtonedEdit.Images.

Lists the images that can appear on the control's embedded buttons.

Images contains a list of images that can appear on the control's embedded buttons. If Images is unassigned, no images are displayed on the buttons.

Images in the list should be 16x16.

See Also

Code Examples