Redo Method (RICHEDITTEXT)


9.0B, PLBCMP GUI Only

 

The Redo method reapplies the last RICHEDITTEXT object operation in the object's redo queue. The method uses the following format:

 

 

[label]

{object}.Redo

[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 success or failure of the method.

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 is non-zero if the redo operation is successful or zero if the redo operation fails.

 

 

See Also: Method Syntax, RICHEDITTEXT Methods

 



PL/B Language Reference Paste Method RedoActionName Method (RICHEDITTEXT)