API:Vcl.Controls.AnchorAlign
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
Embarcadero Technologies does not currently have any additional information.