[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when a loop is detected when adjusting the size for controls.
Source position: controls.pp line 990
type ELayoutException = class(Exception) |
|
Exception raised when a loop is detected when adjusting the size for controls. |
|
| | ||
| | ||
ELayoutException is an Exception descendant that implements the exception raised when a loop is detected when adjusting the size for controls, or when an invalid value is assigned to the control width or height.
|
Smart way to DoAutoSize. |
|
|
Enables automatic sizing for the control. |
|
|
Sets the bounds (left, top, height, width) and optionally the BaseBounds of the control. |
|
|
The horizontal size for the control. |
|
|
The vertical size for the control. |
Version 4.0 | Generated 2025-05-03 | Home |