[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.AnchorSideTop

Contains anchor alignment information used to position the control with its top edge anchored to another control.

Declaration

Source position: controls.pp line 1846

published property TControl.AnchorSideTop : TAnchorSide
  index akTop
  read GetAnchorSide
  write SetAnchorSide;

Description

AnchorSideTop is a TAnchorSide property with information about the side, type, alignment, and control used to anchor align the class instance. AnchorSideTop provides access to the array element in AnchorSide stored at the position in akTop.

See also

TControl.AnchorSide

  

Array of anchor definitions, indexed by the control sides.

TControl.AnchorSideLeft

  

Contains anchor alignment information used to position the control with its left edge anchored to another control.

TControl.AnchorSideRight

  

Contains anchor alignment information used to position the control with its right edge anchored to another control.

TControl.AnchorSideBottom

  

Contains anchor alignment information used to position the control with its bottom edge anchored to another control.

TAnchorKind

  

The control side to be anchored.


Version 3.2 Generated 2024-02-25 Home