Click or drag to resize

List of Functions

X#

The Functions type exposes the following members.

Functions
  NameDescription
Public methodStatic memberClassCreate
Create a class dynamically.
Public methodStatic memberClassDestroy
Remove the class object of class.
Public methodStatic memberClassObject
Retrieves the class object of class.
Public methodStatic memberDbCargo
Attaches an arbitrary value to a used work area
Public methodStatic memberDbDescend
Checks if the order for navigation is descending
Public methodStatic memberDbSetDescend
Reverses the navigational order of a work area.
Public methodStatic memberInitCollation
Public methodStatic memberInitDateCountry
Public methodStatic memberIsMemberVar
Public methodStatic memberPosAlpha
Retrieves the 1 based position of the first letter in a string.
Public methodStatic memberPosChar
Replaces a single character at a specified position in a string.
Public methodStatic memberPosDel
Removes characters at a specified position in a string.
Public methodStatic memberPosIns
Inserts a character string into a string at a specified position.
Public methodStatic memberPosLower
Retrieves the 1 based position of the first lower case letter in a string.
Public methodStatic memberPosRepl
Inserts a character string into a string at a specified position.
Public methodStatic memberPosUpper
Retrieves the 1 based position of the first upper case letter in a string.
Public methodStatic memberSetCollation
Query current and/or set new active collation.
Public methodStatic memberSetCollationTable
Query current and/or set user defined collation table .
Public methodStatic memberVar2Char
Public methodStatic memberXMLDocClearErrors
Clear all global XML Errors.
Public methodStatic memberXMLDocClose
Close an XML document.
Public methodStatic memberXMLDocCloseAll
Close all open XML documents.
Public methodStatic memberXmlDocExplainErrorMessage
Public methodStatic memberXMLDocGetErrorList
Get array of error descriptions.
Public methodStatic memberXMLDocGetRootTag
Get the root tag of an XML document.
Public methodStatic memberXMLDocOpenFile(String)
Open an XML document.
Public methodStatic memberXMLDocOpenFile(String, Usual)
Open an XML document.
Public methodStatic memberXMLDocOpenString(String)
Create XML document from a string.
Public methodStatic memberXMLDocOpenString(String, Usual)
Create XML document from a string.
Public methodStatic memberXMLDocProcess
Execute action code blocks for all tags.
Public methodStatic memberXMLDocResetAction
Releases the action code blocks defined with XMLDocSetAction().
Public methodStatic memberXMLDocSetAction
Set action code blocks for specific tags.
Public methodStatic memberXMLGetAttribute
Get attribute value of an XML tag.
Public methodStatic memberXMLGetChild
Get child of XML tag.
Public methodStatic memberXMLGetChildren
Get array of children of an XML tag.
Public methodStatic memberXMLGetParent
Get parent of XML tag.
Public methodStatic memberXMLGetTag
Get members of an XML tag node.
Public methodStatic memberXMLSelectNodes
Select specific nodes via xpath.
Top
See Also