Piccola / Interfaces / Variable Index

Variable

Standard Bindings

A variable provides the following standard bindings:

returnsservicedescription
Formthis.set(aForm)Sets the current value of this variable to aForm and returns aForm.
Formthis.get()Returns the current value of this variable.
Form* thisReturns the current value of this variable.
Formthis <- aFormSets the current value of this variable to aForm and returns aForm.