Rename Method |
Top Previous Next |
Renames the specified profile.
Visual Basic Syntax
TNBProfiles.Rename (Source As String, OldProfile As String, Profile As String, Id As String= ' ', type_ As String = ' ')
Delphi Syntax
TNBProfiles.Rename (Source:string;OldProfile, Profile: string; Id:string= ' '; type_: string = ' ');
Remarks
OldProfile parameter is the name of the profile that is going to be renamed and Profile parameter is the new name of the profile.
See also Key and FileName properties, and Delete method.
|