JVCL Help:TJvImageList.AddItem@string@TColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImageList.AddItem Method (string, TColor)
[+] TJvImageList Methods
[+] TJvImageList Properties
Search in JVCL Help
Search in all projectsSummary
Adds a new item to the ItemList.
Pascal
procedureAddItem(ABitmap: TBitmap; ATransparentColor: TColor); overload;
procedureAddItem(constAResourceName: string; ATransparentColor: TColor); overload;
Parameters
Parameters | Description |
ABitmap: TBitmap | Description for this parameter |
ATransparentColor: TColor | Description for this parameter |
const AResourceName: string | Description for this parameter |
Description
AddItem adds a bitmap or resource to the ItemList with ATransparentColor as transparent color. If the image list mode is not imItemList the image list is cleared and the mode is set to imItemList.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page