Vcl.ExtCtrls.TCategoryPanelGroup.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

__property Images;

Properties

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

Description

Specifies an imagelist that can be used by the panels to replace the chevron.

Vcl.ExtCtrls.TCategoryPanelGroup.Images inherits from Vcl.ExtCtrls.TCustomCategoryPanelGroup.Images. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanelGroup.Images.

Specifies an imagelist that can be used by the panels to replace the chevron.

Use the images property to define a set of pictures that can be use by the category panels within the category panel group to replace the chevron.

See Also