Improve naming mechanism of some components
Happy New Year to everyone !
I'm wondering if you can implement one new thing in your components...
TIBCDataSource put by a TIBCQuery makes automatically connection to this TIBCQuery. Could you extend this procedure by adding code that would name TIBCDataSource not standard IBCDataSource1 but eg. ds_ + name of Query component.
Example
I have IBCQuery component named qcompanies. New TIBCDataSource should be named dsqcompanies instead of IBCDataSource1.
If you are smart enough, you could recognize, that "q" a prefix of query component and name DataSource as ds_companies.
It concern every your DAC component set.
It will speed up our works and I think - many your customers would appreciate it.
regards
Mario