Is there a limit on the number of bitmaps in a TImageList?
By limitation, I mean the number of raster images that it can hold, and / or the size of the memory in the list of images.
Thanks.
Internally, the list of images is implemented by Windows to store all images in one large raster image. Your display device driver probably has the maximum bitmap size, and this limits the number of images that you can put on the image list. Fortunately, this limit has gone with Windows Vista. In any case, you will find that the restriction is device dependent.
AFAIK is not, but technically it is 2GB because the index type (LongInt, Integer actually, but Integer is mapped to LongInt anyway).
Source: https://habr.com/ru/post/1369123/More articles:Does reflection in .Net use the performance effect badly? - performanceLd magically redefines statically related characters - c ++Are table variables threads safe for SQL Server 2008 r2? - sql@@ IDENTITY vs SCOPE_IDENTITY () vs IDENT_CURRENT [sql server 2005] - sql-server-2005write your own keyword filter for the magazine as an extension in mercurial - filterThe working mechanism of private inheritance of a class that has a private constructor - c ++need symphony2 http_digest firewall configuration example - symfonyClash facebook-json with existing JSON library in project - jsonProblems installing json framework on xcode4 - iphoneWhere is the hidden storage? - c ++All Articles