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

TAnchors

Set of possible anchor positions

Declaration

Source position: controls.pp line 110

type TAnchors = set of (

  akTop,

  

  akLeft,

  

  akRight,

  

  akBottom

  

);