Forum Discussion
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?
- Samaliani17 days agoNew Contributor
Works for me without any error. I'm using a rather old version of TC (2022 or even before)
I have compiled with RAD 13 and DevExpress 25.2.8 with Debug info, without any runtime packages.
I have also tried with UIAutomation and can see RowCount, Column Names, etc - rraghvani17 days ago
Champion Level 3