FMX.Layouts.TFlowLayout.FlowDirection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FlowDirection : TFlowDirection read FRules.Direction write SetFlowDirection;

C++

__property TFlowDirection FlowDirection = {read=FRules.Direction, write=SetFlowDirection, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout

Description

Spécifie la direction dans laquelle les contrôles sont ordonnés sur les lignes de TFlowLayout.

La direction du flux des contrôles peut être de gauche à droite ou de droite à gauche. Le changement de la direction ne change pas la ligne du contrôle, seulement l'ordre des contrôles sur chaque ligne.

Valeur Résultat

LeftToRight

FdLeftToRight.png

RightToLeft

FdRightToLeft.png

Voir aussi