Delete Method |
Top Previous Next |
Deletes the specified profile.
Visual Basic Syntax
TNBProfiles.Delete (SubKey As String, Profile As String)
Delphi Syntax
TNBProfiles.Delete (SubKey, Profile:string);
Remarks
SubKey parameter is the subkey of the caller control and Profile parameter is the name of the configuration that is going to be deleted.
See also Key and FileName properties, and Rename method.
|