Cicode Functions in 7.40 and 8.0

Some Cicode functions have been introduced. The following sections detail the changes made to these functions.

New Functions

Security Functions

GetLanguage Gets the language currently used on the display client.

Page Functions

PageListCount Gets number of pages in the page list of the current window.
PageListCurrent Gets index of the current page in the page list of the current window.
PageListInfo Gets information of a page at the specific index in the page list of current window.
PageListDisplay Displays a page at the specific index in the page list of the current window, and moves the current index to the page. When a page is recalled, the original parameters (such as cluster context, super genie associations, PageTask arguments if applicable) used to display the page will be restored.
PageListDelete Deletes a page at the specific index from the page list of the current window.

XML Functions

XMLClose Deletes an XML document in memory
XMLCreate Creates a new XML document in memory
XMLGetAttribute Retrieves the attribute value of the node from an XML document in memory
XMLGetAttributeCount Retrieves the number of attributes (properties of a node. Each attribute has a name and a value) within an XML document in memory
XMLGetAttributeName Retrieves the name of an attribute (property of a node. Each attribute has a name and a value) within an XML document in memory
XMLGetAttributeValue Retrieves the value of an attribute (property of a node. Each attribute has a name and a value) within an XML document in memory
XMLGetChild Retrieves the child node for the specified parent node in XML document in memory
XMLGetChildCount Retrieves the total number of child nodes for the specified parent node in an XML document in memory
XMLGetParent Retrieves the parent node within the contents of an XML document in memory
XMLGetRoot Retrieves the root node of an XML document in memory
XMLNodeAddChild Creates an element node with the specified Name and Namespace and appends the node to the end of the list of child nodes of specified parent node in the XML document.
XMLNodeFind Selects a single node from the contents of an XML document in memory
XMLNodeGetName Retrieves the name of the specified node
XMLNodeGetValue Retrieves the value of a node from the contents of an XML document in memory
XMLNodeRemove Removes specified XML node from its parent and XML document

XMLNodeSetValue

Sets the value of the specified node.
XMLOpen Loads an XML file from disk
XMLSave Saves an XML file to disk
XMLSetAttribute Sets the value of specified attribute of the node in the XML document. If the attribute does not exist, it will be created.

Modified Functions

Alarm Functions

AlarmGetInfo Gets data on the alarm list displayed at a specified AN. A new type of 13 was added to return the ready state of the data on an alarm display view.

Reinstated Functions

No functions have been reinstated for 7.40 SP1.

Deprecated Functions

No functions have been deprecated for 7.40 SP1.

Removed Functions

No functions have been removed for 7.40 SP1.