[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdctrls.pp line 612
public constructor TCustomListBox.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create sets the component style to csListBox, and allocates resources needed for the Items and Canvas properties. Create sets the default values for properties, including:
Create calls SetInitialBounds to assign the dimensions from the GetControlClassDefaultSize method.
|
The list of all items defined in the control. |
|
|
Drawing surface where the control is drawn. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |