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

TControl.AnchorSideRight

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

Declaration

Source position: controls.pp line 1847

published property TControl.AnchorSideRight : TAnchorSide
  index akRight
  read GetAnchorSide
  write SetAnchorSide;

Description

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

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.AnchorSideTop

  

Contains anchor alignment information used to position the control with its top 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