Skip to content

RemoveKey - cIniProcessor

Deletes a key from ini data

Type: Procedure

Parameters

Parameter Type Description
sSection String Section to check
sKey String Key to check

Syntax

Procedure RemoveKey String sSection String sKey

Call Example

Send RemoveKey sSection sKey

Description

Deletes a key from ini data.

An error will occur if the key did not exist.

To apply the changes to disk, call WriteToFile.