ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Dynamic site on specific configurations
dStraighten (Function)
Transforms an image by applying perspective correction.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Image control in a window
This help page presents the characteristics of an Image control found in a window...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
CurrentMonth (Function)
Returns the number of the current month.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Properties associated with Combo Box controls that display a table
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Using several libraries in an application
A library is a WDL file that contains all the resources......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.