DS_RemoveValue¶
DS_RemoveValue removes a Key-Value pair from the datasource map “Datasource”.
- bool = DS_RemoveValue(hData, ssKey)
Return Value
Is TRUE (1), if the function was successful and otherwise FALSE (0).
Parameters
- hData
hData is the dataset handle.
- ssKey
ssKey is the key name in the datasource map.
History
Version |
Description |
---|---|
5.20 |
New. |
id-180011