ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
HSendMessageToClient (Function)
Displays a message on the client computers.
Seek (Function)
Searches for the index of an element in a WLanguage array.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
fListFile (Function)
Lists the files found in a directory and returns the list of files.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
XMLFind (Function)
Performs a search in an XML document.
HDeleteServerTrigger (Function)
Deletes a server trigger.
PreviousPage (Function)
Returns the name of the previous page.
SIPVisible (Function)
Displays the keyboard.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ServicePause (Function)
Pauses a service.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Custom tooltips
Tooltips are very useful for application users......