TdcIcon2Bitmap component
Properties |
The dcIcon2Bitmap is utility component that will help you to convert icon images (TIcon) to bitmaps (TBitmap). In example, it may be very useful if you would like to store bitmaps instead of icons, returned by various components of DiskControls pack, in the TImageList collection.
|
Assign the icon image to the Icon property and read the converted bitmap image from Bitmap property.
|