trichview.support
| Unnessesary linking of TComboBox | 
| Author | Message | 
| Bernhard Geyer | Posted: 07/22/2003 9:27:09 Hi, I have banned nearly all the Borland-VCL-Controls out of my application (I have replaced it with ElPack-Controls), but TComboBox is still compiled in my application. Can you (Will you?) change one line in RichView.pas/TCustomRichView.WMSetFocus: Replace if not (Result is TComboBox) then with if not (Result.ClassName = 'TComboBox') then This makes my application TComboBox-Free with the effect of a smaller Exe! Best regards Bernhard Geyer | 
Powered by ABC Amber Outlook Express Converter