ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinNetCurrentVal (Function)
Returns the net current value of investment.
<emailOutlookSession variable>.AddFolder (Function)
Adds a folder into the Outlook messaging software.
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
Table,Modify (External language)
Modifies an element in a Table control.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
ExceptionInfo (Function)
Retrieves information about the current exception.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
fMakeDir (Example)
Usage example of the fMakeDir function