Special Purpose Classes
- DateEdit: A subclass of Edit that parses dates specially.
- TimeEdit: A subclass of Edit that parses times specially.
- DirListBox: A subclass of ListBox that is sensitive to the directory structure. This is used in File Open and other file selections to pick directories.
- FileListBox: A subclass of ListBox that is sensitive to the files in the current directory. FileListBox is also used in File Open and other file selections to pick directories.
- PathEdit: A subclass of Edit that is used in the FileOpenDialogBox.
- TitleBar: A text line on the top row of the display which contains the applications' title, status, and optionally, the current system date and time.
- DateTime: A text string which contains the system date and/or time. DateTime is used, along with the TitleBar, on the time line of the applications' screens.
- ProgressMeter: A "percentage done" box.