VS:DisplayContexualHelp: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS|specific=}}
{{LocationMain|category=LocationVS|specific=}}


__TOC__
This is misspelled version of the function [[VS:DisplayContextualHelp]]
<vwDoc>


-----------------------------------------------------------------------------------------------------------
Do not use as it will be deleted.
<def>
<funcDef lang="vs">
FUNCTION DisplayContexualHelp(helpIdentifier:STRING) : BOOLEAN;
</funcDef>
<funcDef lang="py">
def vs.DisplayContexualHelp(helpIdentifier):
    return BOOLEAN
</funcDef>
</def>
 
-----------------------------------------------------------------------------------------------------------
<params>
<lineList ident=1>
<line>
helpIdentifier
STRING
 
</line>
</lineList>
</params>
 
-----------------------------------------------------------------------------------------------------------
<version>
Availability: from VectorWorks13.0
 
</version>
 
</vwDoc>
 
[[Category:VS Function Reference|DisplayContexualHelp]]
[[Category:VS Function Reference:Utility|DisplayContexualHelp]]

Latest revision as of 20:06, 19 March 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

This is misspelled version of the function VS:DisplayContextualHelp

Do not use as it will be deleted.