You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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).