[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ensures that creation parameters are updated for the control.
Source position: stdctrls.pp line 171
protected procedure TCustomGroupBox.CreateParams( |
var Params: TCreateParams |
); override; |
Params |
|
Creation parameters updated in the method. |
CreateParams is overridden in TCustomGroupBox to ensure that the Style information in Params is updated to include the value BS_GROUPBOX.
|
Initializes the window creation parameter record with the settings for the control. |
|
|
Record type used to store window creation parameters. |
|
|
Version 4.0 | Generated 2025-05-03 | Home |