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

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

Property Value

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

Value Explanation
True Displays the base image (Default)
False Does not display the base image

Explanation

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

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation