NetTalk Central

Author Topic: Methods desciption  (Read 2565 times)

Thomas

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
Methods desciption
« on: April 19, 2008, 09:30:14 AM »
Hi,
I cannot find anything other than the Template reference. I need a desription of the web class methods. Can anybody point me in the right direction ?
TIA, Thomas.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Methods desciption
« Reply #1 on: April 20, 2008, 09:46:53 AM »
Hi Thomas,

Alas, the only documentation for the methods themselves at this point is the inc and clw files. (netweb.inc and netweb.clw in your \clarion\libsrc folder).

In truth documenting each method is on the to-do list, but in isolation is not terribly useful. (At least it won't tell you hugely more than just reading the source). The really interesting doc is how the methods fit together, and how the code "flows" through your program, and that's also on the "to do" list.

Cheers
Bruce

Thomas

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
Re: Methods desciption
« Reply #2 on: April 20, 2008, 10:31:20 PM »
The really interesting doc is how the methods fit together, and how the code "flows" through your program, and that's also on the "to do" list.

exactly this is what I'm going to catch now by myself. In that process is it sometimes usefull having a short description of a method.
thnx Bruce.