FMX.StdCtrls.TCornerButton.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read GetImageIndex write SetImageIndex stored ImageIndexStored;

C++

__property ImageIndex;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCornerButton

Description

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

FMX.StdCtrls.TCornerButton.ImageIndex inherits from FMX.StdCtrls.TCustomButton.ImageIndex. All content below this line refers to FMX.StdCtrls.TCustomButton.ImageIndex.

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

If you use a non-existing ImageIndex value 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