TiEditCustom.ClearUndo
TiEditCustom
Clears the undo buffer so that no changes to the text can be backed out.
procedure ClearUndo;
Description
Use ClearUndo to commit changes to the Value property. After calling ClearUndo, the CanUndo property isFalse and the Undo method does nothing.
Example
Delphi
iComponent.ClearUndo;
C++ Builder
iComponent->ClearUndo();
Contents | Index | Previous | Next