IUserProfiles.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the profile.

Description

The Remove method removes profile of the user, whose index is sent by the Index parameter, and returns whether the user profile is removed successfully.

Comments

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

See also:

IUserProfiles