UndoActionName Method (RICHEDITTEXT)


9.0B, PLBCMP GUI Only

 

The UndoActionName method obtains a value indicating the undo action. The method uses the following format:

 

 

[label]

{object}.UndoActionName

[GIVING {return}]

 

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:

  1. If the value returned is zero, the ZERO Condition Flag is set.

  2. The OVER and EOS Condition Flags are always cleared.

  3. The return value will be one of the following:

  4.  

    Keyword

    Value

    $ACTIONUNKNOWN

    0

    $ACTIONTYPING

    1

    $ACTIONDELETE

    2

    $ACTIONDRAGDROP

    3

    $ACTIONCUT

    4

    $ACTIONPASTE

    5

     

 

See Also: Method Syntax, RICHEDITTEXT Methods

 



PL/B Language Reference Undo Method UTCMode Method (EDITDATETIME)