IControl.Align

Syntax

Align: ControlAlign;

Description

The Align property determines component alignment within its parent component.

Comments

The form, GroupBox, Panel components, and so on, can act as a parent component. The components that are a container for other components.

Depending on the value Align property the component conduct is different, when the sizes of parent component are changed:

By default the property is set to ControlAlign.None, and the sizes of the components remain permanent.

See also:

IControl