showTextLabels: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page ShowTextLabels to showTextLabels: Converting page titles to lowercase) |
No edit summary |
||
Line 9: | Line 9: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
showTextLabels() | showTextLabels() | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|None|This function takes no parameters.}} | {{param|None|This function takes no parameters.}} | ||
Line 18: | Line 18: | ||
|example= | |example= | ||
Enable display of text labels. | Enable display of text labels. | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: showTextLabels()] | [h: showTextLabels()] | ||
</ | </syntaxhighlight> | ||
|also= | |also= |
Revision as of 17:46, 14 March 2023
showTextLabels() Function
• Introduced in version 1.6
• Last checked for compatibility with version 1.6
Enables the display of Text Labels if they are not showing. This can also be set in the View menu.
Usage
showTextLabels()
Parameters
None
- This function takes no parameters.
Does not return anything.
Example
Enable display of text labels.
[h: showTextLabels()]