HintPopup allows a PopupPanel instance to be used instead of the default hint text box
Member of List CurrentItem (PRIM_MD.ListCurrentItem)
Data Type - PRIM_PPNL - Popup panel
The HintPopup property is a reference to a PopupPanel to be used in place of the standard hint label. This gives the developer complete control over the content and format of the hint. HintPopups are applied to the individual cells in the list. The Prepare event is executed immediately before the popup is displayed.
Attaching a popup to a list column after the
Add_entry To_list(#List) #ListEdit.CurrentItem.HintPopup <= #HintPopup
Febuary 18 V14SP2