Jump to content

TcxGridDBTableView to unigui


Trainee

Recommended Posts

Hi,

I notice that in the codebase that I'm supposed to bring to the webbrowser, possibly with unigui, that apparently there is devexpress component they use, namely: TcxGridDBTableView

Does unigui offer any equivalent to griddbtableview? I've looked around in google and in the forum and I don't seem to be able to find something. And if not... Any recommendations on what alternative to use? Panel perhaps?

Link to comment
Share on other sites

had a look in the devexpress library, what I find:

TcxGridDBTableView = class(TcxGridTableView)

TcxGridTableView = class;

 

I don't know if this is of any help answering, but I see in the grid class in the codebase functions to an export of excel and export to pdf file and a print example, that needs an TSyncxGridDBTableView which is a TcxGridDBTableView.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...