Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using C++Builder to access columns of TIWDBGrid
#2
First off, you are using dynamic_cast incorrectly.  Use static_cast instead.

Second, I'm no IW expert (or even a user!), but it looks like your code may be trying to access the IWDBGrid columns before the ClientDataSet has populated the grid with any data.  Have you tried hooking up the ClientDataSet to the IWDBGrid before executing the REST request?

Reply


Messages In This Thread
RE: Using C++Builder to access columns of TIWDBGrid - by rlebeau - 12-20-2022, 08:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)