ImageEn, unit imageenview

TIELayerEvent


Declaration

TIELayerEvent = (ielSelected, ielMoved, ielResized, ielMoving, ielResizing, ielRotating, ielRotated, ielBeginResizing, ielBeginRotating, ielBeginMoving, ielDeselected, ielEdited, ielBeginCreating, ielCreating, ielCreated, ielAction, ielMovedPoint, ielArranged, ielBeforeRemove, ielRemoved, ielEditedProps, ielTextEditorClick, ielTextEditorChange, ielMerged, ielGrouped);


Description

Value Description
ielSelected User selected the layer
ielDeselected User deselected the layer
ielBeginResizing * User began to resize the layer (click down)
ielResizing User is resizing the layer
ielResized User finished resizing the layer
ielBeginMoving * User began to move the layer (click down)
ielMoving User is moving the layer
ielMoved User finished moving the layer
ielBeginRotating * User began to rotate the layer (click down)
ielRotating User is rotating the layer
ielRotated User has finished rotating the layer
ielBeginCreating * Occurs as the user starts to create a layer using the mouse (dragging or clicking points). Layer index will be -1
ielCreating User is creating a layer using the mouse (dragging or clicking points)
ielNewLayer A new layer has been added by the user (but unlike ielCreated, may not have finished sizing it). This is the similar to the OnNewLayer event
ielCreated After a user had finished adding a new layer
ielAddedPoint User has added a point to a polyline layer
ielMovedPoint User is moving a point of a line or polyline layer
ielEditedPoints User has edited the points of a line or polyline layer
ielEditedProps User edited the properties of a layer, e.g. using the Layer Properties dialog
ielEdited User edited the text of a layer
ielTextEditorClick User has clicked the mouse or keyboard in the text editor for a TIETextLayer or TIELineLayer
ielTextEditorChange User has changed the mouse or keyboard in the text editor for a TIETextLayer or TIELineLayer (called for every change. Use ielEdited to detect once editing has completed)
ielBeforeRemove * Occurs before a layer is deleted due to a user action
ielRemoved * User has deleted a layer
ielLeftClicked User has clicked on a layer with the left mouse button (mouse up)
ielRightClicked User has clicked on a layer with the right mouse button (mouse up)
ielDblClicked User has double-clicked on a layer (Note: Does not occur for layer 0 unless LayerEditingMode is enabled)
ielMouseOver User has moved the cursor over a layer (Other than layer 0)
ielArranged User is changing the arrangement of layers (e.g. bringing a layer in front of another)
ielMerged User has merged layers (using an ImageEn Action)
ielGrouped User has grouped or ungrouped layers (using an ImageEn Action)
ielAction User has used an ImageEn Action that has changed the layers
* Does not occur with OnLayerNotify