StartRecording Method |
Top Previous Next |
Starts the macro recording process.
Visual Basic Syntax
TNBMacro.StartRecording()
Delphi Syntax
TNBMacro.StartRecording();
Remarks
Starts recording send and receive sequences. The process stops with the StopRecording method.
See also StopRecording method and OnStartRecording event.
|