Forum Discussion

Ryan_Moran's avatar
Ryan_Moran
Valued Contributor
8 years ago
Solved

object mapping support with Delphi OVC table

Looking for a base class/object to map a Delphi OVC (Orpheus) table to if one exists.

Thanks.

  • Ryan_Moran's avatar
    Ryan_Moran
    8 years ago

    We ended up adding a method to the class in delphi to allow us to interact with it.

2 Replies

  • Having just had a look at their documentation, I suspect you may struggle.

     

    Looks like they are DB driven by an underlying data object of some description. I use similar Delphi grids (Tww ones though) and they are pretty complex to interact with because of the separation of visible GUI and underlying data object. Without debug information on, I can't do anything much useful with them.

     

    So they seem very similar (in some ways at least) to the TwwDBGrid I use. But would associating your class with that work? I doubt it unfortunately.

    • Ryan_Moran's avatar
      Ryan_Moran
      Valued Contributor

      We ended up adding a method to the class in delphi to allow us to interact with it.