FMX.Types.TDisplay.Primary
Delphi
Primary: Boolean;
C++
bool Primary;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TDisplay |
Description
Returns True
if the TDisplay is the primary display.
Read Primary to determine whether a display is the primary display in a multi-display application. The coordinates of other displays are given relative to the primary display.