Skip to content

HasKey - cIniProcessor

Include: Use System\Ini.pkg

Checks whether a key exists in a section.

Type: Function

Return data type: Boolean

Parameters

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

Syntax

Function HasKey String sSection String sKey Returns Boolean

Call

Get HasKey of hoIni to result

Description

Checks whether a key exists in a section.

See also