FMX.ActnList.IGlyph.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TBaseImageList read GetImages write SetImages;

C++

__property System::Imagelist::TBaseImageList* Images = {read=GetImages, write=SetImages};

Properties

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

Description

Declares the reference to a TBaseImageList list of images.

Classes supporting IGlyph should implement a behavior like the following:

See Also