Hi,
i try to do this with VPE 3.6 under Delphi-VCL:
- create pages in VPE
- copy VPE to another VPE (VPE_Copy := VPE)
- make changes in the new VPE
what happens:
- copying source-VPE into destination-VPE works
- making changes in the destination-VPE works
but:
after modifying the destination-VPE, the souce-VPE has the same content as the destination-VPE!
There's absolute no code in my source, that copy the destination-VPE back to source-VPE.
My question:
Is this a bug or is it not possible to get a copy of the current VPE to make changes only to the destination-VPE?
Thanks for help
Jens Burmester