Vcl.Forms.TApplication.UseRightToLeftAlignment

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function UseRightToLeftAlignment: Boolean;

C++

bool __fastcall UseRightToLeftAlignment();

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Spécifie si l'objet application est dans le mode d'alignement de droite à gauche.

Utilisez UseRightToLeftAlignment pour déterminer si l'alignement des contrôles de l'application est inversé afin que les contrôles soient alignés de la droite vers la gauche. UseRightToLeftAlignment renvoie true pour les localisations du Moyen-Orient si la propriété BiDiMode vaut bdRightToLeft. Sinon, elle renvoie false.

Voir aussi