-
Notifications
You must be signed in to change notification settings - Fork 4
Label
Samuel Gomes edited this page Feb 12, 2024
·
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.