-
Notifications
You must be signed in to change notification settings - Fork 31
LC0037
Arthur edited this page Nov 28, 2023
·
3 revisions
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.
field(MyField; Rec.MyField)
{
Caption = 'MyField';
ToolTip = 'My first line of text\My second line of text';
}