JCL Help:GlobalGroupExists

From Project JEDI Wiki
Jump to navigationJump to search


Summary

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


Pascal

 function GlobalGroupExists(const Server: string; const Group: string): Boolean;


Parameters

Parameters Description
const Server: string The name of the server to check.
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

GlobalGroupExists checks whether the group specified in the parameter Group exists in the local account database of the server specified in the parameter Server.


See Also

LocalGroupExists


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