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
TNBMacro.AutoStartMacro [= String]
Delphi Syntax
TNBMacro.AutoStartMacro [:= String];
Remarks
If you have assigned the TnbProfiles property to a TNBProfiles component, 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 TnbProfiles property, StopRecording and StartPlaying methods.
|