Open main menu

RAD Studio API Documentation β

FMX.Layouts.TFlowLayout.FlowDirection

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

 

RightToLeft

 

See Also