ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
iDestination (Function)
Configures the print destination.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
DateDifference (Function)
Calculates the number of days between two dates.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Functions for managing images (prefix syntax)
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
Functions for managing images
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.