FMX.Layouts.TFlowLayout.SetJustify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetJustify(AJustify: TFlowJustify);

C++

void __fastcall SetJustify(TFlowJustify AJustify);

Properties

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

Description

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

See Also