NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on June 29, 2023, 04:01:07 PM

Title: Index of p_web
Post by: Richard I on June 29, 2023, 04:01:07 PM
Hi Bruce,
Is there, anywhere, an available Index of p_web expressions such as p_web.setTheme ?
Thanks
Regards,
Richard
Title: Re: Index of p_web
Post by: Bruce on June 29, 2023, 09:21:07 PM
p_web is ab object instantiated in the WebHandler procedure. As such you can call any object method, either in WebHandler, or in any procedure that p_web is passed into.

For a list of available methods see netweb.inc, and to know what they do see netweb.clw

Cheers
Bruce