Skip to content

RemoveSection - cIniProcessor

Deletes a section and all of its keys from ini data

Type: Procedure

Parameters

Parameter Type Description
sSection String Section to check

Syntax

Procedure RemoveSection String sSection

Call Example

Send RemoveSection sSection

Description

Deletes a section and all of its keys from ini data.

To apply the changes to disk, call WriteToFile.