Application have TcxGrid that contains some columns. One column has property BlobEdit with BlobEditKind == bekMemo. When I open BlobEdit and leave form (by Alt+Tab or just click any place out of form), I get exceprion Access Violation with text "Project Project1.exe raised exception class $C0000005 with message 'access violation at 0x00748c1c: read of address 0x00000000'".

When I tried to debug it, I found that exception was created first in TcxCustomEdit.CMEnter.

How can I avoid this problem?

I`m using Delphi XE4 Update 1 and DevExpress 13.2.2.

有帮助吗?

解决方案

I updated DevExpress and problem was solved.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top