ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
dCopyImage (Example)
Usage example of the dCopyImage function
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
ChangeTarget (Function)
Changes the target of a button action.
Other operators
The following are additional operators......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).