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

TAlign

TAlign - enumerated type listing the available options for aligning a Control

Declaration

Source position: controls.pp line 114

type TAlign = (

  alNone,

  

  alTop,

  

  alBottom,

  

  alLeft,

  

  alRight,

  

  alClient,

  

  alCustom

  

);

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads