Rename Method |
Top Previous Next |
Renames the profile specified.
Visual Basic Syntax
TNBXProfiles.Rename (Source As String, OldProfile As String, Profile As String, Id As String= ' ', type_ As string = ' ');
Delphi Syntax
TNBXProfiles.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 NewProfile parameter is the new name of the profile.
|