The text to display in the tooltip
If you define this, the system set follow default values
.enabled=yes
.isbubble=1
.delaytime=0.5 Seconds
items.itemcode.tooltip.tip="This is the item Number\rNumber with max. 50 chars";
Working with Expression
Text after "\t" (tab) is a datawindow Syntax
Example: Show Text + the item code
// Working with expression
// in Text after " \t " (Tab/char 9) you can define datawindow syntax
let l=items.itemcode.tooltip;
l.title='Info';
l.tip='\t"This is the item Number\rNumber with max. 50 chars:\r"+itemcode + " "+itemname';
l.icon='2';

See