getPropertyNr macro
Use this macro to get a Property from the UserArea by its index.
long getPropertyNr(long index)
This table shows the argument:
Argument |
Description |
---|---|
Index |
The index of the property. |
Return value: the xml node of the property with the given index in the UserArea or 0 if the given index is outside the range of properties.
Example: See the example given for
getNrProperties()
.