[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Initializes the creation parameters for the class instance.
Source position: stdctrls.pp line 94
protected procedure TCustomScrollBar.CreateParams( |
var Params: TCreateParams |
); override; |
Params |
|
The creation parameters and flags for the instance. |
CreateParams is an overridden method used initialize the creation parameters for the class instance. CreateParams calls the inherited method, and ensures that the Params argument is updated to include the value from the Kind property in the style information for the TCreateParams instance. This ensures that the correct orientation for the scrollbar is used in the creation parameters.
|
Contains the scrollbar orientation, horizontal or vertical. |
|
|
CreateWnd - calls inherited CreateWnd then initializes various Scroll Info properties. |
|
|
Record type used to store window creation parameters. |
|
|
Initializes the window creation parameter record with the settings for the control. |
Version 4.0 | Generated 2025-05-03 | Home |