APLX Help
: System Classes
: Properties
: imagenames
|
|
![]() |
The 'imagenames' property |
Not implemented under MacOS See below for data format Valid for: ImageList The imagenames property assign images to the ImageList object. It accepts any of the following data forms:
In the above descriptions, R G and B are individual Red, Green and Blue color values, each in the range 0 to 255. COLORVAL is a single integer encoding the color as 256 A single bitmap can optionally contribute multiple images to the ImageList, laid side by side. To do this, you need first to set the imagesize property to be the size of the image. Any bitmap of a width N times the width specified in imagesize will then contribute N images to the list. Note: The imagenames property and the Addimages method are alternative ways of setting the list of images. The imagenames property is persistent, and is used to refill the image list after any change which would normally clear it (such as setting the imagesize property). |
|
APLX Help
: System Classes
: Properties
: imagenames
|
Copyright © 1996-2010 MicroAPL Ltd