ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iFont (Function)
Selects the default font.
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
The OLE control
The OLE control is used to handle an OLE object......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
BreakAdd (Function)
Adds a break into a Table or Looper control.