System Methods or System Properties?

A lot of commonly used JADE constructs are properties, but there are a lot that are methods. Methods have to do some work to generate the return value, so they are sometimes significantly slower than properties.

Examples of commonly used methods are:

In many cases, the method can be called once and the result saved; for example, see "Iterating Through Arrays", earlier in this document, or the JADE documentation for ListBox::listCount in the JADE Encyclopaedia of Classes (Volume 3).