This property sets whether or not the image is displayed in the ImageKit Control

[C++Builder]   imagekitcontrolname->Layer[Index]->ShowInDisp[ = bool ]
[Delphi]   imagekitcontrolname.Layer[Index].ShowInDisp[ = Boolean ]

* The index can range from 0 to 99

Property Value

The ShowInDisp property sets whether or not the image is displayed in the ImageKit Control.

Value Explanation
True Displays the image
False Does not display the image

Explanation

The default value is True. Using this property, you can switch between displaying or hiding the image. (The image is the image pointed to by the Layer[LayerNo].ImageHandle property).

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation