| 
       StopRecording Method  | 
    Top Previous Next | 
| 
 Stops the macro recording process. 
 Visual Basic Syntax 
 TNBXMacro.StopRecording (Name as String) 
 Delphi Syntax 
 TNBXMacro.StopRecording (Name:string); 
 
 Remarks 
 Stops the macro recording process and save the macro in a file. The Name parameter follow the same rules of the MacroName property. 
 
 See also MacroName property, StartRecording, StartPlaying methods and OnStopRecording event.  |