FMX.Layouts.TFlowLayout.FlowDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FlowDirection : TFlowDirection read FRules.Direction write SetFlowDirection;

C++

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

Properties

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

Description

Specifies the direction in which the controls are arranged within the TFlowLayout lines.

The direction of the controls flow can be from left to right or from right to left. Changing the direction does not change the line of the control, only the order of the controls on each line.

Value Result

LeftToRight

FdLeftToRight.png

RightToLeft

FdRightToLeft.png

See Also