Open delphidabbler opened 2 years ago
This change affects the API and means demos have to be changed.
Leave the change until ready to update demos.
I've created a new temporary host application so not having to compile the unit using a demo project as host.
API can now safely be broken without preventing compilation so renaming can go ahead.
Problems with broken demos can be fixed later (see issue #18).
TStringDynArray
can be replaced withTArray<string>
orarray of string
as appropriate.Similarly
TPJEnvironmentVarArray
can be replaced byTArray<TPJEnvironmentVar>
orarray of TPJEnvironmentVar
.The definition of the
TPJEnvironmentVarArray
type can either be deleted or deprecated.