ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringBuild (Function)
Builds a character string from an initial string and parameters.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
DurationToString (Function)
Converts a duration to a character string in the specified format.
StringFormat (Function)
Formats a character string according to the selected options.
UploadProgress (Property)
The UploadProgress property gets the progress status of the POST request.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
The "Code hashtags" pane
HaspHLDecrypt (Function)
Decrypts a character string by using the algorithms of the Hasp key.
StringInsert (Function)
Inserts a string into another character string at a given position.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
Multiline strings
To type character strings over several lines in the code editor...
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....