FMX.Controls.TControl.SetAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAlign(const Value: TAlignLayout); virtual;

C++

virtual void __fastcall SetAlign(const Fmx::Types::TAlignLayout Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

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

See Also