I am using TFIBDataset component with Delphi 2010.
Whenever I just open a form on which I have kept TFIBDataset component(s) and close the same form without doing any changes, and if try to compare that .dfm file with same file in code repository, I always find the below code for all the "TFIBStringField" field in all the respective TFIBDataset component(s)
Transliterate = False
I would like to avoid this code coming in .dfm file. How do I stop this, so code comparison becomes easier ?
With Best Regards.
Vishal