[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default size used for new instances of the class.
Source position: editbtn.pas line 94
protected class function TCustomEditButton.GetControlClassDefaultSize: TSize; override; |
TSize value with the dimensions for the new class instance.
The return value is a TSize type with the dimensions for the control. The CX member contains the width needed for both the Edit and the Button controls in the grouped edit control. The CY member contains the height used for the Edit and the Button controls.
GetControlClassDefaultSize is called in the constructor for the class instance, and used to set the initial bounds for the control.
|
Edit is the TEbEdit control used to perform direct input for the value in the grouped edit control. |
|
|
TSpeedButton instance used on the edit control. |
|
|
Constructor for the class instance. |
|
|
Sets the bounds of the control initially, when it is created. |
Version 4.0 | Generated 2025-05-03 | Home |