.. highlightlang:: us .. index:: DS_RemoveValue .. _ds_removevalue: DS_RemoveValue ============== .. us.tag DS_RemoveValue NOTREADYGERMAN DataSource New5200 :ref:`DS_RemoveValue` removes a Key-Value pair from the datasource map "Datasource". .. function:: bool = DS_RemoveValue(hData, ssKey) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hData *hData* is the dataset handle. .. uparam:: ssKey *ssKey* is the key name in the datasource map. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20 - New. .. seealso:: :ref:`overview-data-file-informations-for-datasets`, :ref:`DS_SetValue`, :ref:`DS_GetValue` :sub:`id-180011`