AutoStartMacro Property (Read/Write) |
Top Previous Next |
Sets/gets the macro name that will be auto started when the connection has been successfully established.
Visual Basic Syntax
TNBXMacro.AutoStartMacro [= String]
Delphi Syntax
TNBXMacro.AutoStartMacro [:= String];
Remarks
If you have assigned the ProfilesControl property to a TNBXProfiles control, this property refers to a macro stored in the file pointed by this control; otherwise you must specify a valid filename of a macro file previously saved.
See Also ProfilesControl property, StopRecording and StartPlaying methods. |