Constructor for the class instance.
Source position: imglist.pp line 321
public constructor TCustomImageList.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for the class instance. Create calls the inherited constructor, and sets the default values for the following properties:
Create calls the Initialize method to allocate resources and to set the default value for properties used in the image list.
Use the alternate CreateSize constructor to create an image list using specific values in its Width and Height properties.
|
Width of images in the default resolution for the image list. |
|
|
Height of images in the default resolution for the image list. |
|
|
Performs the initial set up for the image list. |
|
|
Initializes the image list using the specified height and width. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |