trichview.support
Re: What cell did I click? |
Author |
Message |
Sergey Tkachenko |
Posted: 07/21/2003 17:22:06 Sorry for delay, this thread is deep below the newsgroup last postings, so I missed it. After clicking cell in TRichViewEdit, this cell becomes edited. You can get editor for this cell as rve.TopLevelEditor (this is cell editor if rve.TopLevelEditor<>rve). If this is a cell editor (do not call the code if it is not), TRVTableInplaceEdit(rve.TopLevelEditor).FCell is a clicked cell. TRVTableInplaceEdit(rve.TopLevelEditor).FCell.GetTable is a table of this cell. (include RVTInplace in uses) > > TRichViewEdit > |
Powered by ABC Amber Outlook Express Converter