FMX.Layouts.TFlowLayout.FlowDirection

From RAD Studio API Documentation

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

Error creating thumbnail: Unable to save thumbnail to destination

RightToLeft

Error creating thumbnail: Unable to save thumbnail to destination

See Also