TiObjectCanvas.ImageListWidth
TiObjectCanvas
Specifies the width of Images in the built-in image list.
property ImageListWidth : Integer;
Description
Use ImageListWidth to get or set the width of Images in the built-in image
list.
Note: you will almost never set this property. This property is set for you
automatically when you load the first image into the built-in image list. Setting
this property will clear out the existing images in the image list.
Example
Delphi
Value := iComponent.ImageListWidth;
C++ Builder
Value = iComponent->ImageListWidth;
Contents | Index | Previous | Next