FMX.Layouts.TFlowLayout.FlowDirection

提供:RAD Studio API Documentation

Delphi

property FlowDirection : TFlowDirection read FRules.Direction write SetFlowDirection;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayout


説明

TFlowLayout の行内でコントロールが整列される方向を示します。

コントロールが並べられる向きは、左から右と右から左のどちらにも設定できます。 向きを変更してもコントロールの行は変わりません。各行でのコントロールの順序が変わるだけです。

Result

LeftToRight

サムネイルの作成エラー: サムネイルを保存先に保存できません

RightToLeft

サムネイルの作成エラー: サムネイルを保存先に保存できません

関連項目