IUserProfiles.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the profile.

Description

The Remove method removes the profile of the user whose index is passed by the Index parameter and returns the attribute of the successful removal.

Comments

The method returns True if the profile was removed, and False if the profile cannot be removed.

See also:

IUserProfiles