FMX.ActnList.TActionLink.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TBaseImageList read FImages;

C++

__property System::Imagelist::TBaseImageList* Images = {read=FImages};

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Defines the reference to a TBaseImageList list of images to be used to draw an image for the action.

The image list is taken from the actions list to which belongs the linked action. The action receives this image list and select an image corresponding to the ImageIndex.

See Also