ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
XML functions
List of XML functions...
TimeValid (Function)
Checks the time validity.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
HSL (Function)
Creates a color from its hue, saturation and lightness.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Telephony constants
List of constants used by telephony functions...
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.