SetCurrent Method |
Top Previous Next |
Sets the current profile.
Visual Basic Syntax
TNBProfiles.SetCurrent (Source As String, CurrentProfile As String, id As String=' ', type_ As String=' ')
Delphi Syntax
TNBProfiles.SetCurrent (Source:string;CurrentProfile: string;id:string=' ';type_: string=' ');
Remarks
This method is generally used to set the default profile name to be loaded the next time the application starts.
|