Board index » cppbuilder » OldCreateOrder for TDataModule Descendant after 1st Descendant is always true in BDS 2006.
|
Larry Griffiths
CBuilder Developer |
OldCreateOrder for TDataModule Descendant after 1st Descendant is always true in BDS 2006.2007-03-03 02:24:13 AM cppbuilder35 I have two descentants of TDataModule. i.e. Descendant2 descends from Descendant1 descends from TDataModule. I can change OldCreateOrder for Descendant1 and the .dfm file will always contain and OldCreateOrder statement with a value of either true or false. I have Descendant1 set to OldCreateOrder = false. I open Descendant2 and Property inspector shows OldCreateOrder of true. I change OldCreateOrder to false, save it, and close Descendant2. The .dfm for Descendants does not contain an OldCreateOrder statement. I open Descendant2 and Property inspector shows OldCreateOrder of true. ??? Why ??? I save Descendant2 with its OldCreateOrder of true and close Descendant2. The .dfm for Descendant2 does contain an OldCreateOrder = true statement. I open Descendant2 and Property inspector shows OldCreateOrder of true. (As expected) Why can I not set the 2nd descendants OldCreateOrder to false and have it show up in the Property Inspector the next time I open it. |
