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

TControlCellAlign

Modes for aligning a control in a table cell.

Declaration

Source position: controls.pp line 653

type TControlCellAlign = (

  ccaFill,

  

  ccaLeftTop,

  

  ccaRightBottom,

  

  ccaCenter

  

);