ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
NextTitle (Function)
Modifies the title of next window to open.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
fWrite (Function)
Writes: a character string into an external file. a memory section....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
dArc (Example)
Usage example of the dArc function
iParameterPDF (Example)
Usage example of the iParameterPDF function
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
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....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
fRename (Function)
Modifies the name of a file.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
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....