FMX.Layouts.TFlowLayoutBreak

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFlowLayoutBreak

Delphi

TFlowLayoutBreak = class(TControl)

C++

class PASCALIMPLEMENTATION TFlowLayoutBreak : public Fmx::Controls::TControl

Properties

Type Visibility Source Unit Parent
class public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts FMX.Layouts

Description

A dummy control that inserts a new line in a TFlowLayout.

TFlowLayoutBreak is not visible at run time, and using it as a stand-alone object has no effect. It has effect only as a child of a TFlowLayout. The controls added to a TFlowLayout after a TFlowLayoutBreak are positioned and displayed starting on a new line. By default, the controls added after a TFlowLayoutBreak are positioned following the rules set through the TFlowLayout properties. This behavior can be changed by setting the ChangesRules property of TFlowLayoutBreak to True. If ChangesRules is True, the child controls added after the TFlowLayoutBreak are positioned following the rules specified through the TFlowLayoutBreak properties, until all controls are displayed or another TFlowLayoutBreak if found.

See Also