FMX.Types.TDisplay.Primary

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Primary: Boolean read FPrimary;

C++

__property bool Primary = {read=FPrimary};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TDisplay


Description

Renvoie True si le TDisplay est l'affichage principal.

Lisez Primary pour déterminer si un affichage est l'affichage principal dans une application multi-affichage. Les coordonnées des autres affichages sont relatives à l'affichage principal.

Voir aussi