Vcl.Controls.AnchorAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

AnchorAlign: array[TAlign] of TAnchors = ( { alNone } [akLeft, akTop], { alTop } [akLeft, akTop, akRight], { alBottom } [akLeft, akRight, akBottom], { alLeft } [akLeft, akTop, akBottom], { alRight } [akRight, akTop, akBottom], { alClient } [akLeft, akTop, akRight, akBottom], { alCustom } [akLeft, akTop] );

C++

extern DELPHI_PACKAGE System::StaticArray<System::Uitypes::TAnchors, 7> AnchorAlign;

Properties

Type Visibility Source Unit Parent
const
variable
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Determines the anchors according to the alignment.

AnchorAlign determines the specific anchors for each type of object alignment.

See Also