Forum Discussion
Yes wndclass is 'TcxGrid' and Yes i have DEvExpress control support. [please refer to image]
Hmmm.
I don't have any that match your type of grid unfortunately.
I have a .NET type "GridControl" which the wColumnCount and wRowCount work fine.
And I have a Delphi grid of type TwwDBGrid. But that uses completely different properties to get the column and row counts. The column count is simple, but the row count has to be obtained from the underlying DataSet object which populates the grid.
Is your Delphi app compiled with debug info on? I can't use the TwwDBGrid without it as I need access to native methods and properties that are only exposed if compiled with debug info. (If your executable uses BPL files - like DLL's - these need to be embedded into the exe at compile time. Without them, TC can't access a lot of the native stuff)