ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sListPort (Function)
Returns the list of serial and parallel ports on the computer.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Max (Function)
Returns the greatest value passed as parameter.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
DashDisplay (Function)
Refreshes elements in a Dashboard control.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
ChronoReset (Function)
Stops and resets a running stopwatch.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....