Modes for aligning a control in a table cell.
Source position: controls.pp line 786
type TControlCellAlign = ( |
||
ccaFill, |
|
Causes the cell to fill the available space for the cell. |
ccaLeftTop, |
|
Cell is aligned to the Left and Top coordinates. |
ccaRightBottom, |
|
Cell is aligned to the Right and Bottom coordinates. |
ccaCenter |
|
Cell is aligned to the center of the its width and height. |
); |
| Version 4.4 | Generated 2025-11-08 | Home |