ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysIconAdd (Example)
Usage example of the SysIconAdd function
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
7. AJAX technology
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
FTPSend (Example)
Usage example of the FTPSend function
ThreadExecute (Function)
Starts the execution of a secondary thread.
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
EmailGetAll (Function)
Retrieves all the emails found on a server.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
ErrorPropagate (Function)
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).
ChangeTarget (Function)
Changes the target of a button action.