ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
xlsColumnType (Example)
Usage example of the xlsColumnType function
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
iParameterReport (Function)
Configures the printer by opening the configuration window.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
The DotNet structure
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
HState (Function)
Used to find out the state of a record.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
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....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
HChangeConnection (Example)
Usage example of the HChangeConnection function
HCreateView (Example)
Usage example of the HCreateView function
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.