[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initializes the window creation parameter record with the settings for the control.
Source position: controls.pp line 2290
protected procedure TWinControl.CreateParams( |
var Params: TCreateParams |
); virtual; |
Params |
|
Create parameters updated in the method. |
CreateParams is a procedure used to initialize and/or update creation parameters in the Params argument. CreateParams is called from the CreateWnd method when the window handle is allocated for the control.
CreateParams ensures that values in the TCreateParams record instance contain the values needed for the class instance. The following members in the record are update:
|
Creates the interface object (widget) and assigns the value in Handle. |
|
|
Record type used to store window creation parameters. |
Version 4.0 | Generated 2025-05-03 | Home |