Indicates whether the designer contains changes that can be backed out.
function CanUndo: Boolean;
Read CanUndo to determine whether the user has made any changes to the Target of the designer that can be undone by calling the Undo method. This is useful when enabling or disabling menu items that correspond to these commands.
TzCustomFormDesigner Methods