ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)...
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
fSize (Function)
Returns the size of a file (in bytes).
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
AAF: Sort/Search/Filter on the columns of Table controls
HOpenComplementaryAnalysis (Function)
Opens a new database schema, but keeps the main database schema of the application.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
HErrorLock (Function)
Used to check whether a lock error occurred.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.