Vcl.Controls.TAnchorKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAnchorKind = System.UITypes.TAnchorKind;

Properties

Type Visibility Source Unit Parent
enum public Vcl.Controls.pas Vcl.Controls Vcl.Controls

Description

TAnchorKind and TAnchors specify how a control is anchored to its parent.

TAnchors is a set of TAnchorKind values. TAnchorKind can have one or more of the following values:


Value Meaning

akTop

The control's position is fixed with respect to the top edge of its parent.

akLeft

The control's position is fixed with respect to the left edge of its parent.

akRight

The control's position is fixed with respect to the right edge of its parent.

akBottom

The control's position is fixed with respect to the bottom edge of its parent.