Yaml_Delete


Yaml_Delete can be used to delete a key and value pair in the database.

Yaml_Delete(pYaml, Key)

Parameters

Parameter

Description

pYaml

This is the pointer previously returned from Yaml_Init().

Key

Key to set value for. You can use dot syntax as well.

Return Value

None

Remarks

None

Related

Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_DeleteAll, Yaml_Exist, Yaml_Save

Example

; None.