System.ImageList.TImageLink.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TBaseImageList read FImages write SetImageList;

C++

__property TBaseImageList* Images = {read=FImages, write=SetImageList};

Properties

Type Visibility Source Unit Parent
property public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink

Description

A reference to the list of images.

If IgnoreImages is False, any change to Images triggers a call to Change.

See Also