FMX.Layouts.TFlowLayout.SetFlowDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFlowDirection(ADirection: TFlowDirection);

C++

void __fastcall SetFlowDirection(TFlowDirection ADirection);

Properties

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

Description

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

See Also