Name | Cleanup with | TokenId | threadsafe | Theme | cmdSyntax | cmdDesc |
---|---|---|---|---|---|---|
BLOB to list | CLEAR LIST | C557 | False | BLOB | BLOB to list ( blob {; offset} ) -> ListRef | creates a new hierarchical list with the data stored within the BLOB blob at the byte offset (starting at zero) specified by offset and returns a List Reference number for that new list. |
Copy list | CLEAR LIST | C626 | False | Hierarchische Listen | Copy list ( list ) -> ListRef | duplicates the list whose reference number you pass in list, and returns the list reference number of the new list. |
Load list | CLEAR LIST | C383 | False | Hierarchische Listen | Load list ( listName ) -> ListRef | creates a new hierarchical list whose contents are copied from the list and whose name you pass in listName. |
New list | CLEAR LIST | C375 | False | Hierarchische Listen | New list -> ListRef | creates a new, empty hierarchical list in memory and returns its unique list reference number. |
Append document | CLOSE DOCUMENT | C265 | True | System Documents | Append document ( document {; fileType} ) -> DocRef | opens a document on disk. |
Create document | CLOSE DOCUMENT | C266 | True | System Documents | Create document ( document {; fileType} ) -> DocRef | creates a new document and returns its document reference number. |
Open document | CLOSE DOCUMENT | C264 | True | System Documents | Open document ( document {; fileType}{; mode} ) -> DocRef | opens the document whose name or pathname you pass in document. |
Open form window | CLOSE WINDOW | C675 | False | Fenster | Open form window ( {aTable ;} formName {; type {; hPos {; vPos {; *}}}} ) -> WinRef | opens a new window using the size and resizing properties of the form formName. |
Open window | CLOSE WINDOW | C153 | False | Fenster | Open window ( left ; top ; right ; bottom {; type {; title {; controlMenuBox}}} ) -> WinRef | opens a new window with the dimensions given by the first four parameters and with the characteristics set using the three following parameters |
DOM Create XML Ref | DOM CLOSE XML | C861 | True | XML DOM | DOM Create XML Ref ( root {; nameSpace} {; nameSpaceName ; nameSpaceValue} {; nameSpaceName2 ; nameSpaceValue2 ; ... ; nameSpaceNameN ; nameSpaceValueN} ) -> String | creates an empty XML tree in memory and returns its reference. |
DOM Parse XML source | DOM CLOSE XML | C719 | True | XML DOM | DOM Parse XML source ( document {; validation {; dtd | schema}} ) -> String | parses a document containing an XML structure and returns a reference for this document. |
DOM Parse XML variable | DOM CLOSE XML | C720 | True | XML DOM | DOM Parse XML variable ( variable {; validation {; dtd | schema}} ) -> String | parses a BLOB or Text type variable containing an XML structure and returns a reference for this variable |
LDAP LOGIN | LDAP LOGOUT | C1326 | False | LDAP | LDAP LOGIN ( url ; login ; password {; digest} ) | opens a read-only connection to the LDAP server specified in the url parameter with the login and password identifiers provided |
QR New offscreen area | QR DELETE OFFSCREEN AREA | C735 | False | Schnellbericht | QR New offscreen area -> Longint | creates a new Quick Report offscreen area and returns its reference. |
Create menu | RELEASE MENU | C408 | False | Menüs | Create menu {( menu )} -> MenuRef | creates a new menu in memory. |
SAX OPEN XML ELEMENT | SAX CLOSE XML ELEMENT | C853 | True | XML SAX | SAX OPEN XML ELEMENT ( document ; tag {; attribName ; attribValue} {; attribName2 ; attribValue2 ; ... ; attribNameN ; attribValueN} ) | adds a new element in the XML document referenced by document as well as, optionally, attributes and their values. |
SAX OPEN XML ELEMENT ARRAYS | SAX CLOSE XML ELEMENT | C921 | True | XML SAX | SAX OPEN XML ELEMENT ARRAYS ( document ; tag {; attribNamesArray ; attribValuesArray} {; attribNamesArray2 ; attribValuesArray2 ; ... ; attribNamesArrayN ; attribValuesArrayN} ) | used to add a new element in the XML document whose reference is passed in document as well as, optionally, attributes and their values in the form of arrays. |
SVG_New | SVG_CLEAR | C65999 | True | Documents | SVG_New {( width ; height {; title {; description {; rectangle {; display}}}} )} -> SVG_Ref | creates a new SVG document and returns its reference number |
CLEAR LIST | BLOB to list Copy list Load list New list | C377 | False | Hierarchische Listen | CLEAR LIST ( list {; *} ) | deletes the hierarchical list whose list reference number you pass in list. |
CLOSE DOCUMENT | Append document Create document Open document | C267 | True | System Documents | CLOSE DOCUMENT ( docRef ) | closes the document specified by docRef. |
CLOSE WINDOW | Open form window Open window | C154 | False | Fenster | CLOSE WINDOW {( window )} | closes the active window opened by the Open window or Open form window command in the current process. |
DOM CLOSE XML | DOM Create XML Ref DOM Parse XML source DOM Parse XML variable | C722 | True | XML DOM | DOM CLOSE XML ( elementRef ) | frees up the memory occupied by the XML object designated by elementRef. |
LDAP LOGOUT | LDAP LOGIN | C1327 | False | LDAP | LDAP LOGOUT | closes the connection with an LDAP server in the current process (if applicable) |
QR DELETE OFFSCREEN AREA | QR New offscreen area | C754 | False | Schnellbericht | QR DELETE OFFSCREEN AREA ( area ) | deletes in memory the Quick Report offscreen area whose reference was passed as parameter. |
RELEASE MENU | Create menu | C978 | False | Menüs | RELEASE MENU ( menu ) | removes the menu whose ID is passed in menu from memory. |
SAX CLOSE XML ELEMENT | SAX OPEN XML ELEMENT SAX OPEN XML ELEMENT ARRAYS | C854 | True | XML SAX | SAX CLOSE XML ELEMENT ( document ) | writes the statements necessary for closing the last element opened using the SAX OPEN XML ELEMENT command in the XML document referenced by document |
SVG_CLEAR | SVG_New | C65997 | True | Documents | SVG_CLEAR {( svgObject )} | frees the memory taken up by the SVG object designated by svgObject |