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...
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
HPrevious (Function)
Positions on the previous file record according to a browse item.
The Cell control
The Cell control contains controls......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).