TIWCGJQTooltipOptions.Selectable Property
When the mouse is over the target element, a bubble popup appears; then, if “selectable” is true you will be able to select the content inside it; if the mouse goes out of the button OR the bubble, the popup will be closed.By default, this option is false, then you will not be able to select the content because when the mouse is immediately out of the button, the popup will be closed.
published property Selectable: Boolean index 12 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: Boolean