Dialog Class
A class that displays a dialog.
Dialogs are application modal and you cannot interact with other windows until you close them.
Only one Form object can be created as a child object in a Dialog object. Create other display objects as child objects of the Form object rather than directly under the Dialog object.
Dialog objects belong to the hierarchy as child objects of other display objects, but they appear as visually separate windows.
Screen display example
Printer output by Doc class
Form objects represent areas on paper. Unlike when displayed on the screen, printing is performed without clipping even if the child object is located at a position beyond the display range of the Form object.
Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed, Date, UString.
UString has been added from Ver.4.2.0
Restrictions when visual style is enabled
Nothing in particular
