ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
Variable scope
Variables can be declared anywhere in the code....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
DriveUploadFile (Function)
Uploads a local file to a remote drive.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
Style sheet
A style sheet ("......
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the table.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
HRecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Replication: The different types
The data replication is a powerful feature......
WDMap: Reindexing an HFSQL table
WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table......