getUserProperty()?

There are a number of functions like
getUserProperty() in Servoy that take a String argument.

Where can I find a list of the standard “Property” arguments that work with these functions?

Thanks,
Lee

Hi Lee,

With the setUserProperty function you can set a named value that will be stored on the user’s computer (in a properties file).
With getUserProperty you fetch the named value from the local computer.
It’s up to you how to name the value.

Robert:

That kind of dawned on me a little later, I thought it was a mechanism to get information ABOUT the user, not to set custom properties. That’s cool.

Thanks,
Lee