Form - Caption Property

Text shown in the title bar of the window

Member of Form (PRIM_FORM)

Data Type - String

Details

The Caption property is the text shown in the title bar of the form.
 
This is the text seen in the task bar item and will be the hint shown when hovering over the task bar item.
 
A caption can be either a literal string or a Multilingual Variable that will show the correct string for the current runtime language. If the caption is too long to fit in the title bar it will be truncated and ellipses added.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2