Delete Method |
Top Previous Next |
Deletes the profile specified.
Visual Basic Syntax
TNBXProfiles.Delete (SubKey As String, Profile As String)
Delphi Syntax
TNBXProfiles.Delete (SubKey:string, 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.
|