This property sets whether or not the image will be automatically displayed in the ImageKit Control.
[C++Builder]   imagekitcontrolname->AutoDisplay[= bool ]
[Delphi]   imagekitcontrolname.AutoDisplay[= Boolean ]

Property Value

Value Explanation
True (default) The image will automatically be displayed
False The image will not be automatically displayed

Explanation

The AutoDisplay property sets whether or not the image will be automatically displayed in the ImageKit Control. The default value is True.

When AutoDisplay is True and an image is loaded or an image is set into the ImageHandle property, then the image is automatically displayed in the ImageKit Control. When False, the image is not automatically displayed and to display it you must execute the DisplayImage method. Note: The value set in the DisplayMode property sets the mode with which the image is displayed.

For related details, please refer to the ShowInDisp, ShowInMagnifier, and ShowInPanWindow properties

Setting this value

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

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation