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.
MultiLine Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a text box can accept and display multiple lines of text;
 read-only at run time.
 
    [form.]textbox.MultiLine
 
    ■ Valid settings are:
 
      Value        Description
      ═════════    ═════════════════════════════════════════════════════════
      True (-1)    Allows multiple lines of text
      False (0)    (Default) Ignores carriage returns; restricts data to
                   a single line
 
 Applies To
    Text Box Control
 
 See Also
    ScrollBars Property