[MSEide-MSEgui-talk] IDE

2019-08-01 Thread mohamed hamza
Hi there Is it possible to setup the default propertie value of an object with an other value than fixed by the ide. Ex : changing automatically tdbgridwidget.cfo_captionfocus to true for all grids of the project . Regards. Med ___ mseid

Re: [MSEide-MSEgui-talk] IDE

2019-08-01 Thread fredvs
Hello Med. Sorry but I did not find tdbgridwidget. Are you talking about tdbstringgrid ? For setting cfo_captionfocus to true by default there is in msewidgets.pas: const defaultcaptionframeoptions = []; You may change it as: const defaultcaptionframeoptions = [cfo_captionfocus]; But I do

Re: [MSEide-MSEgui-talk] IDE

2019-08-01 Thread fredvs
Re-hello. If you want the change only for one project, just copy msewidgets.pas with the changes into the main directory of your project. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-