FMX.Types.TDisplay.Primary
Delphi
property Primary: Boolean read FPrimary;
C++
__property bool Primary = {read=FPrimary};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | 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.