ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
<Page>.Address (Function)
Used to find out the Internet address of a page.
Error 204: using a parameter without optional value after parameters ...
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
OCRExtractText (Function)
Reads the text contained in an image.
LooperInsert (Function)
Inserts a row into a Looper control.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
fSelectDir (Example)
Usage example of the fSelectDir function
iParameterReport (Function)
Configures the printer by opening the configuration window.
Asc (Example)
Usage example of the Asc function
Charact (Example)
Usage example of the Charact function
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
fDirExist (Function)
Checks the existence of a directory.
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function