JCL Help:LocalGroupExists

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Checks whether a given group exists in the local account database.


Pascal

 function LocalGroupExists(const Group: string): Boolean;


Parameters

Parameters Description
const Group: string The name of the account to check for.


Return Value

If the account exists, the function returns True, otherwise it returns False.


Description

LocalGroupExists checks whether the group specified in the parameter Group exists in the local account database.


See Also

GlobalGroupExists


About

Unit

JclLANMan


Donator

Peter Friese


Notes

If the function returns False, the user can retrieve extended error information by calling RaiseLastOSException.


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