Skip to content

ClearUndoBuffer - DfBaseRichEdit

Clears undo buffer

Type: Procedure

Syntax

Procedure ClearUndoBuffer

Call Example

Send ClearUndoBuffer

Description

Clears the undo buffer of the control. Immediately after this call, there are no undo or redo operations to be performed.

This method has no effect if control is not paged.

Sample

This sample clears the undo buffer of control oRichEdit1.

send ClearUndoBuffer of oRichEdit1