2.69 .cut_pending
This attribute indicates that a Cut operation has not been finished yet.
Definition
-
Data type
boolean
-
Access
get, set
-
changed event
no
The value is set to true between executing the operation and processing the Cut events. As long as .cut_pending = true, changes at the object will be rejected. The manipulation of the relevant object during a Cut operation is so prevented.
If a blocked object is to be changed, you may set the attribute to false. As a consequence the attribute .cut_pending_changed is set to true in order to make the following rules recognize that attributes might be in a different state than on starting the Cut operation.