ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyDir (Example)
Usage example of the fCopyDir function
fCompress (Function)
Compresses a file.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Conversion (Function)
Converts a value from a unit to another one.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
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
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
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......
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....
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....