Vcl.Controls.AnchorAlign

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
const
variable
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


Beschreibung

Ermittelt die der Ausrichtung entsprechenden Anker.

AnchorAlign ermittelt die speziellen Anker für den jeweiligen Typ der Objektausrichtung.

Siehe auch