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

TAnchors

Set type used to store values from the TAnchorKind enumeration.

Declaration

Source position: controls.pp line 208

type TAnchors = set of (

  akTop,

  

Top side (or center vertically).

  akLeft,

  

Left side (or center horizontally).

  akRight,

  

Right side (or center horizontally).

  akBottom

  

Bottom side (or center vertically).

);

Description

TAnchors is the the type used to implement the Anchors property in TControl and descendent classes.

Version info

Modified in LCL 3.0 to be an alias to the TAnchors type in System.UITypes for FPC 3.2.0 or higher.

See also

TAnchorKind

  

The control side to be anchored.

TControl.Anchors

  

The set of anchor definitions for this control.


Version 3.2 Generated 2024-02-25 Home