Vcl.ExtCtrls.TCustomCategoryPanelGroup.Images

From RAD Studio API Documentation
Jump to: navigation, search

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 TCustomCategoryPanelGroup

Description

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