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

TAnchors

Declaration

Source position: controls.pp line 170

type TAnchors = set of (

  akTop,

  

Top side (or center vertically).

  akLeft,

  

Left side (or center horizonally).

  akRight,

  

Right side (or center horizontally).

  akBottom

  

Bottom side (or center vertically).

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.