MultiLine property


Available for Edit, Button, Check, Radio and RichEdit objects.

Read/Write at design time
Read only at run time

Specifies whether an object has multiple lines or just a single line. It can be one of the following values:

TRUE    Object has multiple lines (default for a RichEdit object).
FALSE  Object has a single line (default for other objects).


REMARKS: For multiple-line Edit and RichEdit objects to accept carriage returns when pressing the <Enter> key, its
WantReturn property must be set to TRUE.