[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Function to determine if autosizing is possible, and if so, gets the new width and height
Source position: controls.pp line 1262
protected function TControl.CanAutoSize( |
var NewWidth: Integer; |
var NewHeight: Integer |
):Boolean; virtual; |
NewWidth |
|
Suggested width, can be adjusted in an overridden version. |
NewHeight |
|
Suggested height, can be adjusted in an overridden version. |
TControl returns True.
Override this to return different values.
lazarus-ccr.sourceforge.net |