JCL Help:IsLocalAccount

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Checks whether an accoun is a local account.


Pascal

 function IsLocalAccount(const AccountName: string): Boolean;


Parameters

Parameters Description
const AccountName: string The name of the account to be checked.


Return Value

If the account is a local account, the functin returns True, otherwise it returns False.


Description

IsLocalAccount whether the account name specified in AccountName is a local account.


About

Unit

JclLANMan


Donator

Peter Friese


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