FMX.Layouts.TFlowLayoutBreak.SetChangesRules

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChangesRules(AChangesRules: Boolean);

C++

void __fastcall SetChangesRules(bool AChangesRules);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayoutBreak

Description

Setter function for the ChangesRules property. Value specifies the new value of the ChangesRules property.

See Also