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

TAlignSet

Set of options of type TAlign defining possible ways of aligning

Declaration

Source position: controls.pp line 117

type TAlignSet = set of (

  alNone,

  

  alTop,

  

  alBottom,

  

  alLeft,

  

  alRight,

  

  alClient,

  

  alCustom

  

);