ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Binding a Check Box control to an item
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Z-index of a control
All the controls in a window or report have a different z-index......
12. Preventing from going back to a page
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......