SystemEdit
When the user chooses one of the standard editing commands in the Edit menu (Undo, Cut, Copy, Paste, and Clear), call the SystemEdit function to determine whether the active window belongs to a desk accessory that is launched in your application's partition. If so, the SystemEdit function directs the desk accessory to perform the editing command and returns TRUE. If the active window does not belong to a desk accessory launched in your application's partition, SystemEdit returns FALSE 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.