Vcl.ExtCtrls.TEditButton.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read GetImages;

C++

__property Vcl::Imglist::TCustomImageList* Images = {read=GetImages};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

Retrieves the ImageList associated with the parent buttoned edit control.

Images is a read-only property that accesses the Images property of the parent buttoned edit control.

See Also