FMX.Types.TDisplay.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read FIndex;

C++

__property int Index = {read=FIndex};

Properties

Type Visibility Source Unit Parent
property 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