qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Container Definition
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Container
 
 ■ A container is an object upon which other controls can be placed. Forms
   are typically used as containers; however, frames and picture boxes can
   also be used. For example, the form below is a container for two command
   buttons:
 
         ┌│■│         [1] Untitled        │▼││▲│┐
         │                                      ↑
         │                      <  OK  >        ░
         │                                      ░
         │                      <Cancel>        ↓
         │                                      ─
         └←░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░→│
 
 ■ Controls placed on a form or control are said to be "children" of the
   container object. See: Parent and Child Relationships
 
 See: Form                 Frame Control
      Picture Box Control