FMX.Layouts.TFlowLayoutBreak.Justify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Justify : TFlowJustify read FRules.Justify write FRules.Justify;

C++

__property TFlowJustify Justify = {read=FRules.Justify, write=FRules.Justify, nodefault};

Properties

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

Description

Specifies the justification of all the lines within TFlowLayout after a TFlowLayoutBreak, except the last line.

If there is a single line, Justify has no effect, the line is treated as a last line, and is aligned according to JustifyLastLine.

This property has effect only if ChangesRules is set to True. With ChangesRules set to True, Justify affects all the controls added to a TFlowLayout after a TFlowLayoutBreak, until all controls are displayed or another TFlowLayoutBreak is found.

See Also