Hello Embarcadero Team,
I am using Delphi XE8 Professional and meet with strange run-time exception. To reproduce this exception I created standard VCL form application with TActionToolBar. Toolbar contains TCustomActionCombo created from TStaticListAction (included 2 items - amount does not matter).
If I try to change resolution of display with this application the exception occurs:
Access violation at address 00407920 in module 'Project1.exe'. Read of address FFFFFFFD;
Invalid pointer operation.
Access violation at address 00000000 in module 'Project1.exe'. Read of address 00000000.
Help me pls to exclude this exception from application
Thank you an advance
M. Martynov