FMX.Types.TDisplay.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Index: Integer;

C++

int Index;

Properties

Type Visibility Source Unit Parent
field public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TDisplay

Description

Specifies the index of the display in the Displays array.

The global Screen variable maintains the Displays array of all displays in a multi-display application. Index is the index of this display in the Displays property.

See Also