MacroName Property (Read/Write) |
Top Previous Next |
Returns the name of the macro loaded. Sets the macro to be loaded from the ProfilesControl or a file. You can have one file for each macro, or one file containing several macros.
Visual Basic Syntax
TNBXMacro.MacroName [= String]
Delphi Syntax
TNBXMacro.MacroName [:= String];
Remarks
If you have assigned the ProfilesControl property to a TNBXProfiles control, you can retrieve a specific macro by its name using this property. Otherwise, the MacroName property must specify a valid filename containing a previously saved macro.
See Also ProfilesControl property, StopRecording and StartPlaying methods.
|