ImageEn, unit iexLayerProps

TIELayerProps.LayerIndex

TIELayerProps.LayerIndex

Declaration

property LayerIndex: Integer;

Description

Which layer (in the attached TImageEnView) to display properties for. Specify -1 to show the active layer.

Default: -1

Examples

// Show properties for layer 2
IELayerProps1.LayerIndex := 2;

// Show properties for the current layer
IELayerProps1.LayerIndex := -1;

See Also

AttachedImageEnView