De Db unit is not in my uses clause but in an other module of the same project.
Can I do a reference to that module with a statement as «[DataModule.loCaseSensitive]»
Never heard of that (referencing to another module i.e. unit).
But go ahead, put it in the uses clause of the unit where its needed an you'll see it won't do any harm. And your program (?) will only grow a tiny little bit bigger, in case your afraid of the size of your exe.
kmr wrote:Never heard of that (referencing to another module i.e. unit).
But go ahead, put it in the uses clause of the unit where its needed an you'll see it won't do any harm. And your program (?) will only grow a tiny little bit bigger, in case your afraid of the size of your exe.
Nah, it will not grow. Cause it's already referenced and into your binary, just not hooked. No harm at all