[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Initializes the creation parameters for the class instance.
Source position: stdctrls.pp line 585
protected procedure TCustomListBox.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 style constants needed for properties in the list box control. These include the constants needed for the Sorted, MultiSelect, and Columns properties. Owner-drawn constants are also included based on the value in Style. Style constants are always included for scrollbars (horizontal and vertical), non-integral item height, string content, and notify events.
|
Determines whether the list entries are sorted in alphanumeric order. |
|
|
Allows selection of more than one item from the list. |
|
|
The number of visible columns displayed on the control. |
|
|
Appearance of the list box (standard, owner-draw fixed, or owner-draw variable). |
|
|
Initializes the window creation parameter record with the settings for the control. |
Version 4.0 | Generated 2025-05-03 | Home |