TiObjectCanvas.ImageListCount

TiObjectCanvas

Gets the number of Images in the built-in image list.

property ImageListCount : Integer;

Description

Use ImageListCount to get the number of images in the built-in image list. The ImageListCount value is always one greater than the highest index.

Example

Delphi

Value := iComponent.ImageListCount;

C++ Builder

Value = iComponent->ImageListCount;

Note: this property is Read-Only.

Contents | Index | Previous | Next