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:
|
|
|
|
|
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:
If the value returned is zero, the ZERO Condition Flag is set.
The OVER and EOS Condition Flags are always cleared.
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
![]() |