JCL Help:DelEnvironmentVar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Deletes a environment variable.


Pascal

 function DelEnvironmentVar(const Name: string): Boolean;


Parameters

Parameters Description
const Name: string Name of the environment variable to delete.


Return Value

If the function succeeds it returns True, otherwise it returns False.


Description

DelEnvironmentVar deletes the environment variable specified by Name in the calling process's environment block.


See Also

ExpandEnvironmentVar GetEnvironmentVar GetEnvironmentVars SetEnvironmentVar


About

Unit

JclSysInfo


Donator

Marcel van Brakel (Win32) André Snepvangers (Unix)


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page