[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Initializes the creation parameters for the class instance.
Source position: stdctrls.pp line 1498
protected procedure TRadioButton.CreateParams( |
var Params: TCreateParams |
); override; |
Params |
|
Creation parameters updated in the method. |
CreateParams is an overridden method used to update creation parameters for the class instance, and calls the inherited method on entry. CreateParams ensures that Style flags in the Params argument are updated to include the BS_RADIOBUTTON style flag, and to exclude the BS_3STATE style flag.
|
Initializes the window creation parameter record with the settings for the control. |
Version 4.0 | Generated 2025-05-03 | Home |