This property sets the image that can be edited when the EditEnable property is true.

[C++Builder]   imagekitcontrolname->Edit->EditImageLayerNo[ = short ]
[Delphi]   imagekitcontrolname.Edit.EditImageLayerNo[ = Smallint ]

Property Value

From -1 to 99. The default value is -1

Explanation

This property sets the image that can be edited when the EditEnable property is true. When this property is set to -1, the image set in the ImageHandle property is enable for editing. For values other than -1, the image corresponding to the Layer(EditImageLayerNo).ImageHandle property will be enabled for editing.

Note: For raster images, only the base image layer can be edited. So if the EditImageLayerNo property value is 0 or more and the image referred to by the Layer(EditImageLayerNo).ImageHandle property is a raster image, it cannot be edited.

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