GetValidOperandMacros |
Scroll |
Gets an TheStringList of valid operand macros for conditions in the specified language if available.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValidOperandMacros ( _ nlcid As Integer _ C# public virtual ITheReadOnlyStringList GetValidOperandMacros ( int nlcid )
Parameters nlcid The LCID specifying the language the operand macros will be returned in. Will only work for languages installed with Therefore.
Return Value A list of valid language sensitive operand macros. |