Skip to content
Arthur edited this page Nov 28, 2023 · 3 revisions

Do not use line breaks in ToolTip.

The Microsoft User assistance model for all controls of type Action and Field that exist on page objects to not use line breaks in the ToolTip text. The ToolTip cannot render formatting or line breaks.

Example

image

field(MyField; Rec.MyField)
{
    Caption = 'MyField';
    ToolTip = 'My first line of text\My second line of text';
}