FunctionExists
Indique si une fonction existe pour un utilisateur
Syntaxe
function FunctionExists(functionName: String): Boolean
functionName: fonction de l'utilisateur à tester
Remarques
La fonction renvoie true si la fonction indiquée existe dans Qubes pour un utilisateur (Support, Comptable...).
Exemples
uses QubesUsers;
if functionExists('Support') then
PrintLn('Cette fonction existe');
if functionExists('Support') then
PrintLn('Cette fonction existe');