| |
Germany.CheckIdNr | Checks the validity of an IdNr (personal identification number in Germany). |
Germany.CheckUStIdNr | Checks the validity of a USt-IdNr (company identification number in Germany). |
AndroidActivityResultProcedure | Allows you to specify the Procedure to call to retrieve the result returned by a third party Activity. |
RoundToMultiple | Returns a numeric value rounded to the nearest multiple of another numeric value. |
Belgium.CheckCBE | Checks the validity of a CBE number (identifier from the Crossroads Bank for Belgian Enterprises). |
Belgium.CheckNISS | Checks the validity of a NISS number (Belgian social security identification number). |
Belgium.CheckEU | Checks the validity of a EU number (Belgian Establishment Unit number used to identify companies). |
BitcoinValidAddress | Checks whether a Bitcoin wallet address is valid. |
Brazil.CheckCNPJ | Checks the validity of a CNPJ number (company identification number in Brazil). |
Brazil.CheckCPF | Checks the validity of a CPF number (personal identification number in Brazil). |
Canada.CheckSIN | Checks the validity of a Canadian Social Insurance Number (SIN). |
Canada.CheckBN9 | Checks the validity of a Canadian 9-digit Business Number (BN9). |
Canada.CheckBN15 | Checks the validity of a Canadian 15-digit Business Number (BN15). |
BCToImage | Generates the image of a bar code. |
CoordinateImageControlToImage | Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control. |
CoordinateImageToImageControl | Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control. |
DeepLinkProcedure | Defines the Procedure WLanguage executed when clicking on a "deep link". |
DelayBeforeClosing | Limits the display duration of a window or dialog box.
If no user action is performed, when the specified amount of time is reached: - for a window, the code of a window button will be run.
- for a dialog box, the dialog box is automatically closed.
|
RequestRefreshUIElement | Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event). |
RequestRefreshUIParent | Asks to run the "Request for refreshing the display" process of parent. |
dBlur | Blurs the entire given area: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dModifyContrast | Changes the contrast of an image contained: - in an Image control,
- in an Image variable.
|
dStraighten | Transforms an image by applying perspective correction. |
ErrorWithTimeout | Displays a custom error message in a system error window for a set amount of time. |
ErrorWithTimeoutAsynchronous | Displays a custom error message in a non-blocking system error window for a given amount of time. |
Spain.CheckDNI | Checks the validity of a DNI number (personal identification number in Spain). |
Spain.CheckNIF | Checks the validity of a NIF number (company identification number in Spain). |
UnitedStates.CheckEIN | Checks the validity of a U.S. Employer Identification Number. |
UnitedStates.CheckFEI | Checks the validity of a U.S. Firm Establishment Identifier. |
UnitedStates.CheckSSN | Checks the validity of a U.S. Social Security Number. |
ExecuteFunction | Executes a WLanguage function identified by its name. |
ExecuteRefreshUIElement | Immediately executes the "Request for refreshing the display" event of the given element. |
ExecuteRefreshUIParent | Immediately executes the "Request for refreshing the display" event of the parent. |
ExtractStringBetween | Allows you to:- extract a substring between two given separators from a character string.
- search for substrings between two given separators in a character string.
|
fLoadResource | Loads the content of a resource from a library. |
France.CheckINSEE | Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques). |
France.CheckSIREN | Checks the validity of a French SIREN number (Système d'Identification du Répertoire des Entreprises). |
France.CheckSIRET | Checks the validity of a French SIRET number (Système d'Identification du Répertoire des Etablissements). |
fBuildRelativePath | Returns the path to a file relative to a reference directory. |
FTPProxy | Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests. |
IBANValid | Checks the validity of an International Bank Acount Number (IBAN). |
InfoWithTimeoutAsynchronous | Displays a custom message in a non-blocking system information window for a given amount of time. |
Italy.CheckCF | Checks the validity of a CF number (personal identification number in Italy). |
Italy.CheckIVA | Checks the validity of an IVA number (company identification number in Italy). |
KanbanAddCard | Adds a card to a list in a Kanban control. |
KanbanAddList | Adds a new list to a Kanban control. |
KanbanMoveCard | Moves a card in a Kanban control. |
KanbanListIndex | Returns the index of a list in a Kanban control. |
KanbanInsertCard | Inserts a card in a Kanban list. |
KanbanCount | Returns the number of cards or lists in a Kanban control. |
KanbanPositionList | Allows you to scroll through a list of a Kanban control to display a specific card. |
KanbanDeleteCard | Deletes a card from a Kanban control or from a Kanban List control. |
KanbanDeleteAllCard | Deletes all cards from a Kanban control or Kanban List control. |
MarkdownToHTML | Converts a Markwdown string to an HTML buffer (encoded in UTF-8). |
MarkdownToPDF | Converts a Markdown string (or buffer) to a buffer containing a PDF document. |
MarkdownToText | Converts a Markdown string to text (without tags). |
Accuracy | The Accuracy property is used to handle the precision of an element. |
CapitalizeEachWord | Capitalizes the first letter of all words in a string. |
SocketProxy | Specifies whether TCP sockets and WebSockets must go through a SOCKS5 proxy to execute requests. |
Switzerland.CheckUID | Checks the validity of a UID number (Swiss business identification number). |
Switzerland.CheckOASI | Checks the validity of a Swiss Old-Age and Survivors' Insurance Number (OASI). |
Switzerland.CheckBER | Checks the validity of a BER number (company identifier in the Swiss Business and Enterprise Register). |
TableSearchEverywhere | Searches for a value in all the columns of the following controls: - Table control,
- TreeView Table control,
- Table control displayed in a Combo Box control.
|
TableDeleteSelect | Deletes the selected rows from a Table or Treeview Table control. |
ThreadStopRequested | Checks if a stop request has been sent to the running thread. |
ThreadRequestStop | Sends a stop request to a thread. |
LooperDeleteSelect | Deletes the selected rows from a Looper control. |