Important: The information in this document is obsolete and should not be used for new development.
SystemEdit
When the user chooses one of the standard editing commands in the Edit menu (Undo, Cut, Copy, Paste, and Clear), call theSystemEdit
function to determine whether the active window belongs to a desk accessory that is launched in your application's partition. If so, theSystemEdit
function directs the desk accessory to perform the editing command and returnsTRUE
. If the active window does not belong to a desk accessory launched in your application's partition,SystemEdit
returnsFALSE
and your application should process the command.
FUNCTION SystemEdit (editCmd: Integer): Boolean;
- editCmd
- The item number of the standard editing command chosen by the user.