Vcl.ExtCtrls.TCustomButtonedEdit.Images
Delphi
property Images: TCustomImageList read FImages write SetImages;
C++
__property Vcl::Imglist::TCustomImageList* Images = {read=FImages, write=SetImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomButtonedEdit |
Description
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