[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when value(s) in Constraints have been changed.
Source position: controls.pp line 1306
protected procedure TControl.DoConstraintsChange( |
Sender: TObject |
); virtual; |
Sender |
|
Not used in the method. |
DoConstraintsChange calls AdjustSize to ensure that the control and any children are sized and positioned to the new Constraints for the control. The method is overridden in descendent classes, like TWinControl, to perform actions needed for the class instance.
Called from the TSizeConstraints.Change method before it signals the OnChange event handler in the constraints class instance.
|
Performs actions needed when value(s) in Constraints have been changed. |
lazarus-ccr.sourceforge.net |