ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DurationToString (Function)
Converts a duration to a character string in the specified format.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
Calendar functions
List of Calendar functions...
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Time (Type of variable)
The Time type is used to easily handle the times...
XML functions
List of XML functions...
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......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
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).
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.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
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.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.