Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Samuel Gomes edited this page Nov 25, 2022 · 2 revisions

Labels are used to display information to the user.

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