DeleteConditionVariable(hprj, szName)

Deletes a new conditional parsing variable used to evaluation conditional statements such as #if while pars­ing code.

Hprj is a handle to the project. If hprj is hNil, then the variable is deleted from the global condition list.

The name of the variable is given in szName.

There are two condition lists: the global list and the project-specific list. When you open a project, the two lists are merged, with the project-specific list taking precedence over entries in the global list.

See: AddConditionVariable(hprj, szName, szValue) ..  See: Conditional Parsing.