Initializes the image list using the specified height and width.
Source position: imglist.pp line 322
public constructor TCustomImageList.CreateSize( |
AWidth: Integer; |
AHeight: Integer |
); |
AWidth |
|
The width of images in the default resolution. |
AHeight |
|
The height of images in the default resolution. |
CreateSize is an alternate constructor for the class instance. CreateSize calls the inherited constructor. CreateSize sets the image size used in the default resolution to the values specified in the AWidth and AHeight parameters.
Create calls the Initialize method to allocate resources and to set the default value for properties used in the image list.
Remark: | CreateSize does not assign a value for the Owner property; it will not receive Notify events when the Application, Form, or Component where it is used is freed. |
|
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. |
|
|
Constructor for the class instance. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |