1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
12 Label
Fellippe Heitor edited this page 2021-12-22 12:12:15 -03:00

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).

Events

Methods

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

Properties editable at runtime

See also: