Skip to content

pbCaseSensitive - cIniProcessor

Determines whether key and section names are treated as case sensitive or not

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbCaseSensitive
Access Type Syntax
Read Access: Get pbCaseSensitive to BooleanVariable
Write Access: Set pbCaseSensitive to BooleanVariable/Value

Description

Determines whether key and section names are treated as case sensitive or not.

Note that this property should not be changed at runtime during usage of the class.

Set before calling ReadFromFile / ParseString / ClearData.