[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the last change can be reverted in the control.
Source position: stdctrls.pp line 860
public property TCustomEdit.CanUndo : Boolean |
CanUndo is a read-only Boolean property which indicates whether the last editing change can be reverted in the control using the Undo method.
The property value is False if a handle has not been allocated for the widgetset class. Otherwise, the property value is determined by calling the GetCanUndo method in the widgetset class.
Version 4.0 | Generated 2025-05-03 | Home |