The associated Control to which these constraints apply.
Source position: controls.pp line 737
public property TSizeConstraints.Control : TControl |
Control contains the value passed as an argument to the Create constructor. It represents the control which is notified and updated when values in the MaxHeight, MaxWidth, MinHeight, or MinWidth properties are changed. Control is used in the Change method to apply the new size constraints. It also allows access to properties in both the control and its widget instance - like the handle and component state.
|
Constructor for the class instance. |
|
|
The maximum height for the associated Control. |
|
|
The maximum width for the associated Control. |
|
|
The minimum height for the associated Control. |
|
|
The minimum width for the associated Control. |
|
|
Adjusts the size for the associated Control, and signals the OnChange handler when assigned. |
|
|
Contains the minimum and maximum Width and Height for the control. |
|
|
Performs actions needed when value(s) in Constraints have been changed. |
CT Web help |
CodeTyphon Studio |