FMX.ActnList.IGlyph.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read GetImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=GetImageIndex, write=SetImageIndex};

Properties

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

Description

Declares the zero-based index enumerating images in the Images list of images.

Classes supporting IGlyph should implement a behavior like the following. If you use a non-existent ImageIndex to access an image in the Images list, then no image is retrieved and no exception is raised. The usual default value is -1. Call ImagesChanged when ImageIndex is changed.

See Also