FMX.Layouts.TFlowLayout.SetHGap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHGap(AHGap: Single);

C++

void __fastcall SetHGap(float AHGap);

Properties

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

Description

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

See Also