Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3791

Xojo2024R2.1: how to call method in the WebPage from within DataSource

$
0
0

In the DataSource method RowData used by WebListbox on WebPage “myWebPage1” I can have the following code:

myWebPage1.MyMethodName

Is there a way to make the above code more generic either by:

  • using class/method name redirection
    or
  • using some other technique like using this pseudo code: Parent.MyMethodName ?

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3791

Trending Articles