Skip to content

DeleteKey - cIniFile

Include: Use System\Ini.pkg

Deletes a key.

Type: Procedure

Parameters

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

Syntax

Procedure DeleteKey String sSection String sKey

Call

Send DeleteKey of hoIni

Description

Deletes a key.

See also