trichview.support
Re: Table MDI form child |
Author |
Message |
Sergey Tkachenko |
Posted: 11/26/2002 13:23:39 You can use RichViewActions. TrvActionInsertTable inserts table in the active RichViewEdit (if target RichViewEdit for action is not specified explicitly). Or, you can create a menu on MDI child form (including "Table" menu with "Insert table" command). In this case, "Insert table" can work directly with the edtor on this MDI child form. When this MDI child window will be active, its menu will be automatically merged with the main menu of the parent form. See the Delphi help file for TMenuItem.GroupIndex. > > my RVE is on the MDIchild form > > I wanna make a menu on the MDI form (main) that insert a table in rve on > MDI child > > somebody help me ... > |
Powered by ABC Amber Outlook Express Converter