FMX.Types.IAlignableObject.SetAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAlign(const Value: TAlignLayout);

C++

virtual void __fastcall SetAlign(const TAlignLayout Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Setter function for the Align property.

Implement SetAlign to set the value of the Align property.

See Also