IMacroProvider Interface
| Name | Description | |
|---|---|---|
|
GetMacro(string, string, bool) | Gets a macro from the macro provider and saves it to a file. |
|
MacroExists(string) | Determines whether a macro with specified ID exists in the macro provider. |
|
RemoveMacro(string) | Removes a macro. |
|
RenameMacro(string, string) | Renames a macro. |
|
SaveMacro(string, string, string) | Saves a macro into the macro owner. |
Serves for managing macros in a macro provider.
Available since QDV 7.14.0001.
