StartPlaying Method

Top  Previous  Next

Starts playing a macro.

 

Visual Basic Syntax

 

TNBXMacro.StartPlaying (Name as String)

 

Delphi Syntax

 

TNBXMacro.StartPlaying (Name:string);

 

 

Remarks

 

Starts playing the macro specified in the Name parameter. The Name parameter follow the same rules as MacroName property.

 

See also MacroName property, StopPlaying method and OnStartPlaying event.