点击或拖拽改变大小

Functions 方法

X#

Functions 类型公开以下成员。

方法
  名称说明
公共方法静态成员ClassCreate
Create a class dynamically.
公共方法静态成员ClassDestroy
Remove the class object of class.
公共方法静态成员ClassObject
Retrieves the class object of class.
公共方法静态成员DbCargo
Attaches an arbitrary value to a used work area
公共方法静态成员DbDescend
Checks if the order for navigation is descending
公共方法静态成员DbSetDescend
Reverses the navigational order of a work area.
公共方法静态成员InitCollation
公共方法静态成员InitDateCountry
公共方法静态成员IsMemberVar
公共方法静态成员PosAlpha
Retrieves the 1 based position of the first letter in a string.
公共方法静态成员PosChar
Replaces a single character at a specified position in a string.
公共方法静态成员PosDel
Removes characters at a specified position in a string.
公共方法静态成员PosIns
Inserts a character string into a string at a specified position.
公共方法静态成员PosLower
Retrieves the 1 based position of the first lower case letter in a string.
公共方法静态成员PosRepl
Inserts a character string into a string at a specified position.
公共方法静态成员PosUpper
Retrieves the 1 based position of the first upper case letter in a string.
公共方法静态成员SetCollation
Query current and/or set new active collation.
公共方法静态成员SetCollationTable
Query current and/or set user defined collation table .
公共方法静态成员Var2Char
公共方法静态成员XMLDocClearErrors
Clear all global XML Errors.
公共方法静态成员XMLDocClose
Close an XML document.
公共方法静态成员XMLDocCloseAll
Close all open XML documents.
公共方法静态成员XmlDocExplainErrorMessage
公共方法静态成员XMLDocGetErrorList
Get array of error descriptions.
公共方法静态成员XMLDocGetRootTag
Get the root tag of an XML document.
公共方法静态成员XMLDocOpenFile(String)
Open an XML document.
公共方法静态成员XMLDocOpenFile(String, __Usual)
Open an XML document.
公共方法静态成员XMLDocOpenString(String)
Create XML document from a string.
公共方法静态成员XMLDocOpenString(String, __Usual)
Create XML document from a string.
公共方法静态成员XMLDocProcess
Execute action code blocks for all tags.
公共方法静态成员XMLDocResetAction
Releases the action code blocks defined with XMLDocSetAction().
公共方法静态成员XMLDocSetAction
Set action code blocks for specific tags.
公共方法静态成员XMLGetAttribute
Get attribute value of an XML tag.
公共方法静态成员XMLGetChild
Get child of XML tag.
公共方法静态成员XMLGetChildren
Get array of children of an XML tag.
公共方法静态成员XMLGetParent
Get parent of XML tag.
公共方法静态成员XMLGetTag
Get members of an XML tag node.
公共方法静态成员XMLSelectNodes
Select specific nodes via xpath.
Top
参见