ParentFont property not savend in DFM
Posted: Sat Jun 08, 2019 11:16 am
Version 1.08 ofTTeeGrid inclused a published property ParentFont. After setting this property yo True a design time, I noticed that this value is not save in the form's dfm, so next time the form is created, the property is False again.
Of course, setting TTeeGrid.ParentFont to true in form's OnCreate event is an easy workaround, but that is not what Published properties are meant for, IMHO.
Also, maybe you would consider making Grid.MouseActivity a published property, allowing easy setting at design time?
Of course, setting TTeeGrid.ParentFont to true in form's OnCreate event is an easy workaround, but that is not what Published properties are meant for, IMHO.
Also, maybe you would consider making Grid.MouseActivity a published property, allowing easy setting at design time?