[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates creation parameters to use values needed for the control.
Source position: stdctrls.pp line 1233
protected procedure TCustomButton.CreateParams( |
var Params: TCreateParams |
); override; |
Params |
|
Creation parameters updated in the method. |
Calls the inherited method on entry. Ensures that the style flags in Params is updated to include BS_DEFPUSHBUTTON when the Default property is True. Otherwise, BS_PUSHBUTTON is included in the style flags.
|
Initializes the window creation parameter record with the settings for the control. |
Version 4.0 | Generated 2025-05-03 | Home |