trichview.support
Re: usage of keys in RichViewEdit |
Author |
Message |
Yernar |
Posted: 02/11/2003 16:14:51 procedure TForm1.mitCopyClick(Sender: TObject); begin RichViewEdit1.CopyDef; end; procedure TForm1.mitDeleteClick(Sender: TObject); begin // Shortcut to this item is Ctrl+Del // If you make it Del, you will be unable to use del key in editor RichViewEdit1.DeleteSelection; end; etc. "Christian Kirchhoff" <[email protected]> wrote: > >Hello, > >in a demo (Demos\Delphi\Editor\) you mention the key combinations that work >with a TRichViewEditor like Delete, Ctrl+C etc. >I didn't find any key event handling procedure in the demo code, thus I presume >this functionality is build-in. >But in my application using the TRichViewEditor those keys do not automatically >invoke the proper function. >Is there an option that activates the keys? > >Regards, > >Christian Kirchhoff > > |
Powered by ABC Amber Outlook Express Converter