ImageList-GetSize

Имя функции dcl-ImageList-GetSize
Синтаксис   (dcl-ImageList-GetSize ImageList [as Image List])
Возвращаемый тип List of (Width [as Long] Height [as Long])

This function returns the size (in pixels) of images in the image list. If no size has been set, -1 will be returned for both width and height. The size is established by the first image added to an empty list and cannot be changed later. See the Image List data type.