Gets the icon at the specified index and applies an image effect.
Source position: imglist.pp line 376
public procedure TCustomImageList.GetIcon( |
Index: Integer; |
Image: TIcon; |
AEffect: TGraphicsDrawEffect |
); overload; |
Index: Integer; |
Image: TIcon |
); overload; |
Index |
|
Ordinal position in the imagelist with the icon image data. |
Image |
|
TIcon instance where the image data is stored. |
AEffect |
|
Drawing effect applied to the image data. gdeNormal when not specified. |
Index |
|
Ordinal position in the imagelist with the icon image data. |
Image |
|
TIcon instance where the image data is stored. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |