System.UITypes.TImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TImageIndex = Integer;

C++

typedef int TImageIndex;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

TImageIndex is an alias for the Integer type.

TImageIndex is usually used to define indexes for lists of images.

See Also