Skip to content

RemoveKey - cIniProcessor

Include: Use System\Ini.pkg

Removes a key; an empty section is removed.

Type: Procedure

Parameters

Parameter Type Description
sSection String Section name.
sKey String Key name.

Syntax

Procedure RemoveKey String sSection String sKey

Call

Send RemoveKey of hoIni

Description

Removes a key; an empty section is removed.

See also