The default processing of the TStringGrid works just the way I want regarding cut/copy/paste. What i want to do is give the user a menu otpion to do the work. How do I pass the key combination to the grid? So if I create a menu, Copy which has a shortcut CTRL-C, what do I write in the body for the menu onclick to get the TStringGrid to operate as if CTRL-C were pressed on it?
Thanks