Introduction
General Info TpfgUserManager
|
Properties
Methods
AddUser
|
TpfgUserManager The TpfgCardInfo class was developed by Per-Eric Larsson. It provides information about the list of users and their home directories.
PropertiesUserCount: SmallintReturns the number of users in the system.
Methodsfunction AddUser(UserName:String;ProfileUser:boolean):LongInt;Adds in the specified user.
function DeleteUser(UserName:String):longint;
function GetUserList(ts:tstrings):SmallInt;
function GetUserDirectory(const username:string):string;
The function UserManagerCheck (defined in pfgPalmSyncError.pas) can be used to check the return values of AddUser and DeleteUser and raise an exception if necessary. |