ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help editor options
The options of the help editor ("Display......
Operations performed on collaboration diagrams
The following paragraphs explain......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
SFExecuteProcess (Function)
Requests the execution of a specific process.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Extern (Reserved word)
EXTERN is used to...
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.