diskinfo LargeIcon property
Return to Introduction  Previous page  Next page
Applies to
dcDiskInfo, dcFileInfo, dcShellIcon, dcFileAssociation, dcShellLink components.  

Declaration
property LargeIcon: TIcon; // Read only!  

Description
The LargeIcon property returns 32x32 shell icon, associated with drive specified in Disk property.  
For example, usual large icon image for floppy disk will be floppydiskicon, for hard disk - harddiskicon, and cdromicon for CD-Rom. You may read the icon image but can not write. To convert the icon image to bitmap - use acIcon2Bitmap component.  
 
tip If you would like to get the shell icon associated with the drive without reading the information from drive - use acShellIcon component.  

See also
SmallIcon property.  
File not found.