The default ‘system font’ used by Forms and Menus to display character data is Arial Unicode MS which contains a large number of the world’s alphabets. Internally F&M uses full Unicode, but can only display the characters accessible in its current ‘system font’. You will be able to copy and paste Unicode characters from and to textual fields of F&M gadgets.
In PML 2, forms are a type of object represented by a global variable — the form’s name, for example !!EntryForm. This means that a form cannot have the same name as any other object type, global variable, or any other form.
Callbacks are user-defined actions assigned to a form and its gadgets and that are executed when the operator interacts with the form, for example, by clicking a mouse button on a gadget.