Show: Delphi C++
Display Preferences

FMX.Types.TControl.Align

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Align: TAlignLayout read FAlign write SetAlign default TAlignLayout.alNone;

C++

__property TAlignLayout Align = {read=FAlign, write=SetAlign, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Specifies the alignment options (top, left, client, and so on) of this control.

Descendants of TControl typically set the visibility and default value for the Align property. For example, for TToolBar, Align defaults to TAlignLayout.alTop.


See Also

Personal tools
Previous Versions
Translations