UndoActionName Method (RICHEDITTEXT)
9.0B, PLBCMP GUI Only
The UndoActionName method obtains a value indicating the undo action. The method uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A RICHEDITTEXT object that is accessed.
return
Optional. A Numeric Variable that indicates the action name.
Flags Affected: EOS, OVER, ZERO
Note the following:
If the value returned is zero, the ZERO Condition Flag is set.
The OVER and EOS Condition Flags are always cleared.
The return value will be one of the following:
|
Keyword |
Value |
|
$ACTIONUNKNOWN |
0 |
|
$ACTIONTYPING |
1 |
|
$ACTIONDELETE |
2 |
|
$ACTIONDRAGDROP |
3 |
|
$ACTIONCUT |
4 |
|
$ACTIONPASTE |
5 |
See Also: Method Syntax, RICHEDITTEXT Methods
![]() |