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