TMS Scripter v 7.31

Hi

We are in the process of upgrading our development environment to Delphi 11 and had a few issues with the removal by Embarcadero of the property OldCreateOrder from their form and datamodule classes.

Having run a check across our 3rd Party Source we have identified a number of your dfm files where OldCreateOrder = True for TMS Scripter v7.31.

Will the removal of this property have any effect on the operation of the controls? When the property is set to True (it defaults to False) it is usually because there is OnCreate or OnDestroy events that may depend on the creation order.

Regards
Andrew

I don't think so. We never set such property manually, if it's there, it's just legacy and was introduced by Delphi designer itself.