What is an oncget handler?
An oncget handler is a special kind of instance method that’s called whenever the related option’s value is queried via the cget instance method. The handler can compute the value, retrieve it from a database, or anything else you’d like it to do. An oncget handler is defined by an oncget statement in the type definition.