Forum Discussion
adamhunka
17 days agoNew Contributor
TestComplete recognizes our TcxGrid as VCLObject("MasterGrid") and exposes QuantumGrid-specific members, including wRowCount, wValue and ClickCell.
However, all QuantumGrid-specific operations fail with: 210 0x80020006 () Count
Examples:
- wRowCount(0)
- ClickCell(0, 0, 0)
The grid details:
- ClassName: TcxGrid
- VCLClass: TcxGrid
- FocusedView: SimpleTable
- FocusedView class: TcxGridDBTableView
Stack:
- Delphi 13
- DevExpress VCL 25.2.x
- TestComplete version: 15.82.62.7 x64
- debug information enabled
- runtime packages: ON/OFF
- no custom DevExpress-derived controls
Question:
Is DevExpress VCL 25.2 TcxGrid expected to be fully supported by the QuantumGrid adapter?
Is error 0x80020006 Count a known compatibility issue?
rraghvani
Champion Level 3
17 days ago