trichview.support
Re: Switching out of Best Width mode |
Author |
Message |
Joe |
Posted: 02/19/2002 16:13:37 > Set it back to 0. Perhaps I misunderstand. If I do the following will the table remain at the 50% width even after I return to manual mode by setting it back to 0? Or, does it shrink back to its previous size? When I execute the following statement I see it first increase by 50% and then return to its previous size. How can I keep it from returning to its previous size? FRVTable.BestWidth := -50 (Parent as TRichHtml).Format; FRVTable.BestWidth := 0; // return to manual mode (Parent as TRichHtml).Format; Thanks, Joe. - - - "Sergey Tkachenko" <[email protected]> wrote in message news:[email protected]... > > Once I have set the Best Width property how can I return to back to > "manual" > > mode? > > Set it back to 0. > > |
Powered by ABC Amber Outlook Express Converter