.. |Cursor_Tooltip| image:: S:/uniplot-obj/buttons/Cursor_Tooltip.png :align: top .. highlightlang:: us .. index:: AppIsDataTooltip .. _appisdatatooltip: AppIsDataTooltip ================ .. us.tag AppIsDataTooltip ENGLISH App New5120 Checks if the data tooltips are enabled. .. function:: bEnabled = AppIsDataTooltip() .. us.return **Return Value** If *bEnabled* is TRUE (1) data tooltips will be displayed for 2D datasets, if the mouse cursor is on a data point. .. us.comment **Comment** Button: |Cursor_Tooltip| The setting is saved in the registry in the key "settings/datatooltip" as an integer: :: GetProfileInt("settings", "datatooltip", "", 1) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.12.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppSetDataTooltip` :sub:`id-1754735`