| |
Reduce | Applies a computation to each element of a WLanguage array. |
Apply | Executes a procedure for each element of a WLanguage array. |
BufferToPhrase | Converts a buffer to a mnemonic phrase using the BIP39 algorithm. |
BufferToURI | Saves the contents of a buffer to a resource identified by its URI. |
CameraPhoto | Captures a photo via a Camera control in an Android or iOS application. |
CameraVideoStop | Stops the video recording previously started by CameraVideoStart. |
CameraVideoStart | Starts recording a video via a Camera control in an Android or iOS application. |
StringDeleteDuplicate | Removes duplicates among substrings of a string, based on one or more separators. |
StringToNum | Returns the numeric value of a character string. This feature enables you to perform numeric calculations on the character strings. |
ContinentList | Returns the list of continents. |
ContinentGet | Returns the Continent variable that corresponds to one of the following values: - a continent constant (2-character continent code),
- a continent caption.
|
DateTimeToReal | Converts a date and time to an 8-byte real. |
dBorder | Draws the borders. |
LastDayOfYear | Returns the date of the last day of the year. |
diffApply | Applies a difference buffer to a specific buffer. |
diffCreate | Compares two buffers and creates a buffer containing the differences between these two buffers. |
SetFocusAndReturnToUserInput | Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data. |
ErrorChangeParameter | Configures the automatic behavior that will be implemented if an error occurs in the current process. |
ErrorPropagate | Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter). |
ErrorReset | Resets the detection of non-fatal errors: |
ErrorRestoreParameter | Restores the error process of a process. |
ExceptionDisplay | Displays the standard window of exceptions with the content of the current exception. |
ExceptionChangeParameter | Configures the automatic behavior that will be implemented if an exception occurs in the current process. |
ExceptionThrow | Artificially triggers the security mechanism of WLanguage by throwing an exception. |
ExceptionPropagate | Propagates an exception. |
ExceptionRestoreParameter | Restores the exception process of a process. |
fContentType | Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions). |
FileToURI | Saves the contents of a file to a resource identified by its URI. |
Filter | Returns an array containing the elements of a source array for which a procedure returns True. |
fCopyDir | Copies the contents of a directory and its subdirectories. |
geoGetAddress | Retrieves an address or a list of addresses corresponding to the description of a geographic location. |
grStartAngle | Sets the starting angle of the first section in the following types of chart:- Pie, Semi-circular or Donut.
- Sunburst.
- Radial Bar chart.
|
grHolePercentage | Modifies the percentage that corresponds the hole radius in the following charts: |
gStoredValue | Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control. |
gStoredValueEnable | Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control. |
HTMLUnwrapAllChildren | Deletes the specified node in an HTML document without deleting its children, which take its place. |
HTMLWrap | Wraps the specified node in a given node of an HTML document. |
HTMLWrapAllChildren | Wraps all children of the given node in a new node in an HTML document. |
HTMLInsertAfter | Adds a node after the specified node in an HTML document. |
HTMLInsertBefore | Adds a node before the specified node in an HTML document. |
HTMLInsertLastChild | Adds a child after the child of the current node in an HTML document. |
HTMLInsertFirstChild | Adds a child at the start of the children of the current node in an HTML document. |
HTMLModifyAttribute | Adds or changes an attribute of the current node of the HTML document. |
HTMLRemove | Removes the specified node and its descendants in an HTML document. |
HTMLRemoveAttribute | Removes a given attribute |
HTMLRemoveChild | Removes a given node in the current node of an HTML document. |
CommandLine | Identifies and retrieves the different elements of the command line passed as a parameter to the current program. |
LuhnCalculate | Calculates the next Luhn check digit for a given sequence. |
LuhnCheck | Checks that the given sequence is valid according to the Luhn formula. |
NumToFinancialWritingChinese | Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format. |
OpenAsynchronous | Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
OpenPopupAsynchronous | Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
CountryList | Returns the list of all countries or countries of a given continent according to ISO 3166-1. |
CountryGet | Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1. |
Phonetic | Returns the phonetic transcription of the string passed as parameter. |
PhraseToBuffer | Returns the buffer encoded in a BIP39 mnemonic phrase. |
Ping | Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility). |
RealToDateTime | Converts an 8-byte real to a date and time. |
sEscape | Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol. |
sWrite | Writes a character string to the output buffer of the specified serial port, parallel port or infrared port. |
sClose | Closes the specified serial port, parallel port or infrared port. |
sParameter | Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port. |
sListPort | Returns the list of serial and parallel ports on the computer. |
sRead | Reads a character string in the entry buffer of the specified serial port. |
SOAPAddXMLSignature | Adds an XML signature to a Webservice request. |
SocketConnectSSL | Used to establish a secure connection to an SSL server. |
sOpen | Opens and initializes:- a serial port.
- a parallel port.
- an infrared port.
|
TableAddChild | Adds a row into a TreeView Table control, at the end of a given hierarchy level. |
ArrayAddSorted | Adds an element to a one-dimensional WLanguage array taking into account: - the sort criteria defined by ArraySort
- the comparison operator described in the class, if the elements of the array are class instances.
|
ArrayDistinct | Returns an array without duplicates. |
ArrayIntersect | Returns an array corresponding to the intersection of two arrays. |
ArrayUnion | Returns an array corresponding to the union of two arrays. |
ArrayUnionAll | Returns an array corresponding to the union of two arrays (without deleting duplicates). |
TableSearchChild | Searches for a value in a column of a TreeView Table control, in a specified branch. |
TableMoveBranch | Moves the content of a row as well as its entire descending tree structure in a TreeView Table control. |
TableSwapBranch | Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control. |
TableItemStatus | Returns the status of a node in a Treeview Table control: collapsed, expanded or not found. |
TableChildCount | Returns the number of direct children for an element in a TreeView Table control. |
TableInsertChild | Inserts a row into a TreeView Table control, in a given hierarchy level. |
TableListChild | Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control. |
TableGiveChild | Returns the "children" of an element (lower level) in a TreeView Table control. |
TableGiveParent | Returns the "parent" of an element in a TreeView Table control. |
TableRestorePositionAndSelection | Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements. |
TableSavePositionAndSelection | Saves: - the scrollbar position in a Table or TreeView Table control,
- the elements selected in the control.
|
TableDeleteChild | Deletes all child rows from a branch of the hierarchy. |
TableSortChild | Sorts a branch in a TreeView Table control on one or more columns. |
TableTypeItem | Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists. |
DownloadAdd | Adds a new download in the device's download manager. |
DownloadList | Lists the downloads from the current application in the download manager. |
DownloadGetInfo | Retrieves the details of a download present in the download manager. |
DownloadRemove | Cancels a download by removing it from the download manager, and deletes any existing files. |
Map | Executes a procedure on each element of a source array and returns the results in a WLanguage array. |
CheckAllFalse | Returns True if all the elements of an array are False. |
CheckAllTrue | Returns True if all the elements of an array are True. |
CheckAnyFalse | Returns True if at least one element of an array is False. |
CheckAnyTrue | Returns True if at least one element of an array is True. |
WindowsVersion | Returns the runtime mode of Windows. |
WebSocketClientConnect | Establishes a connection between the client and a WebSocket server. |
WebSocketClientConnectSSL | Establishes an SSL connection between the client and a WebSocket server. |
XMLExecuteXPath | Executes an XPATH query: - in an XML document.
- in an xmlDocument variable.
|
XMLSign | Signs an XML document. |
LooperRestorePositionAndSelection | Restores the scrollbar position in a Looper control as well as the selected elements. |
LooperSavePositionAndSelection | Saves:- the position of the scrollbar in a Looper control,
- the selected element(s).
These elements can be restored by LooperRestorePositionAndSelection. |
| |
<Array>.Reduce | Applies a computation to each element of an array. |
<Array>.Apply | Executes a procedure for each element of a WLanguage array. |
<Ansi string type>.DeleteDuplicate | Removes duplicates among substrings of a string, based on one or more separators. |
<Ansi string type>.ToNum | Returns the numeric value of a character string. This feature enables you to perform numeric calculations on the character strings. |
<DateTime type>.ToReal | Converts a date and time to an 8-byte real. |
<Image>.DrawBorder | Draws the borders in an Image control. |
<Image variable>.DrawBorder | Draws the borders in an Image variable. |
<Array>.Filter | Returns an array containing the elements of a source array for which a procedure returns True. |
<Chart>.StartAngle | Sets the starting angle of the first section in the following types of chart:- Pie, Semi-circular or Donut.
- Sunburst.
- Radial Bar chart.
|
<Chart>.HolePercentage | Modifies the percentage that corresponds the hole radius in the following charts: |
<htmlNode variable>.UnwrapAllChildren | Deletes the specified node in an HTML document without deleting its children, which take its place. |
<htmlNode variable>.WrapAllChildren | Wraps all children of the given node in a new node in an HTML document. |
<htmlNode variable>.Wrap | Wraps the specified node in a given node of an HTML document. |
<htmlNode variable>.InsertAfter | Adds a node after the specified node in an HTML document. |
<htmlNode variable>.InsertBefore | Adds a node before the specified node in an HTML document. |
<htmlNode variable>.InsertLastChild | Adds a child after the child of the current node in an HTML document. |
<htmlNode variable>.InsertFirstChild | Adds a child at the start of the children of the current node in an HTML document. |
<htmlNode variable>.ModifyAttribute | Adds or changes an attribute of the current node of the HTML document. |
<htmlNode variable>.RemoveAttribute | Removes a given attribute |
<htmlNode variable>.RemoveChild | Removes a given node in the current node of an HTML document. |
<htmlNode variable>.Remove | Removes the specified node and its descendants in an HTML document. |
<Window>.OpenAsynchronous | Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
<Window>.OpenPopupAsynchronous | Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
<pdfDocument variable>.Save | Saves the content of a pdfDocument variable in a ".PDF" file. |
<wsRequest variable>.addXMLSignature | Adds an XML signature to a Webservice request. |
<TreeView Table>.AddChild | Adds a row into a TreeView Table control, at the end of a given hierarchy level. |
<Array>.AddSorted | Adds an element to a one-dimensional WLanguage array taking into account: - the sort criteria defined by ArraySort
- the comparison operator described in the class, if the elements of the array are class instances.
|
<Array>.Distinct | Returns an array without duplicates. |
<Array>.Intersect | Returns an array corresponding to the intersection of two arrays. |
<Array>.UnionAll | Returns an array corresponding to the union of two arrays (without deleting duplicates). |
<Array>.Union | Returns an array corresponding to the union of two arrays. |
<TreeView Table column>.SearchChild | Searches for a value in a column of a TreeView Table control, in a specified branch. |
<TreeView Table>.MoveBranch | Moves the content of a row as well as its entire descending tree structure in a TreeView Table control. |
<TreeView Table>.SwapBranch | Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control. |
<TreeView Table>.ItemStatus | Returns the status of a node in a Treeview Table control: collapsed, expanded or not found. |
<TreeView Table>.ChildCount | Returns the number of direct children for an element in a TreeView Table control. |
<TreeView Table>.InsertChild | Inserts a row into a TreeView Table control, in a given hierarchy level. |
<TreeView Table>.ListChild | Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control. |
<TreeView Table>.GiveChild | Returns the "children" of an element (lower level) in a TreeView Table control. |
<TreeView Table>.GiveParent | Returns the "parent" of an element in a TreeView Table control. |
<Table>.RestorePositionAndSelection | Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements. |
<Table>.SavePositionAndSelection | Save: - the scrollbar position in a Table or TreeView Table control,
- the elements selected in the control.
|
<TreeView Table>.DeleteChild | Deletes all child rows from a branch of the hierarchy. |
<TreeView Table>.SortChild | Sorts a branch in a TreeView Table control on one or more columns. |
<TreeView Table>.TypeItem | Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists. |
<Array>.Map | Executes a procedure on each element of a source array and returns the results in a WLanguage array. |
<Array>.AllFalse | Returns True if all the elements of an array are False. |
<Array>.AllTrue | Returns True if all the elements of an array are True. |
<Array>.AnyFalse | Returns True if at least one element of an array is False. |
<Array>.AnyTrue | Returns True if at least one element of an array is True. |
<Looper>.RestorePositionAndSelection | Restores the scrollbar position in a Looper control as well as the selected elements. |
<Looper>.SavePositionAndSelection | Saves:- the position of the scrollbar in a Looper control,
- the selected element(s).
These elements can be restored by LooperRestorePositionAndSelection. |