ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
PageParameter (Function)
Returns the value of a parameter passed to the current page.
zipIsMulti (Example)
Usage example of the zipIsMulti function
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Error 1011: To access the global member of the class, use ClassName::MemberName
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
DashDisplay (Function)
Refreshes elements in a Dashboard control.
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
<ANSI string>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....