Page 1 of 1

ParentFont property not savend in DFM

Posted: Sat Jun 08, 2019 11:16 am
by 18680126
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?

Re: ParentFont property not savend in DFM

Posted: Wed Jun 26, 2019 7:11 am
by Marc
Hello,

MouseActivity has been included as a published property. ParentFont persistence to dfm is being investigated.

Regards,
Marc Meumann

Re: ParentFont property not savend in DFM

Posted: Wed Jun 26, 2019 8:18 am
by Marc
Hello,

ParentFont to dfm resolved for inclusion in next update.

Regards,
Marc