qck.hlp (Table of Contents; Topic list)
Form Code Definition
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Form Code
 
 ■ Form code consists of all the procedures and declarations associated with
   a form, including procedures that respond to an event for any of the
   controls on the form.
 
 ■ Form code is stored in the same file as the form itself. Form code is
   private; it cannot be called from another module.
 
 See: Form  Object Events Summary