home *** CD-ROM | disk | FTP | other *** search
- WFIELD.DOC - Sample uses of EntryScreen.AddWindowField
- -------------------------------------------------------
- TurboPower Software
- 4/90
-
- The four programs in this archive are designed to demonstrate various uses of
- the EntryScreen.AddWindowField method and (indirectly in most cases) the
- StackWindow.AddChild method. The following is a brief description of each of
- the four programs:
-
- WFIELD1.PAS
- Demonstrates how to embed a memo window within an entry screen using
- AddWindowField.
-
- WFIELD2.PAS
- Demonstrates how to embed a directory list within an entry screen to create
- a pseudo-dialog box.
-
- WFIELD3.PAS
- Demonstrates how to embed a pick list within an entry screen.
-
- WFIELD4.PAS
- Demonstrates how to 1) embed a menu within a CommandWindow-based object, 2)
- embed a scrolling entry screen within a regular (non-scrolling) entry
- screen, and 3) store a parent window and all its children within a stream
- and then reload them from the stream.