Skip to content
Samuel Gomes edited this page Feb 12, 2024 · 2 revisions

Labels are used to display information to the user.

labels

At design time, labels are automatically resized when you change their captions or fonts. If you set the WordWrap property to True, you can enter multiple lines by adding a line break with the escape code \n in the Editor. At runtime you use CHR$(10) as a line break character (or even with \n if you use the SetCaption method).

  • SetCaption - You can use \n to add a new line if you use the SetCaption method.

Properties editable at runtime

See also

Clone this wiki locally