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.
Code Template Definition
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Code Template
 
 ■ A code template in Visual Basic consists the first and last lines of a
   procedure. For example:
 
         SUB
         .
         .
         .
         (statementblock)
         .
         .
         .
         END SUB
 
 ■ Note: No code is executed until you add at least one statement.
 
 See: Creating an Event Procedure  Object Events Summary