Classes
enum TControlAlignment
These constants defined supported alignment configuration for all controls in the TMap object.
Constants
| Constant | Description |
|---|---|
| T_ANCHOR_TOP_RIGHT | The control position would always be TOP_RIGHT aligned. |
| T_ANCHOR_TOP_LEFT | The control position would always be TOP_LEFT aligned. |
| T_ANCHOR_BOTTOM_RIGHT | The control position would always be BOTTOM_RIGHT aligned. |
| T_ANCHOR_BOTTOM_LEFT | The control position would always be BOTTOM_LEFT aligned. |