ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with supercontrols
List of events associated with supercontrols...
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
iPrintImage (Example)
Usage example of the iPrintImage function
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Share your projects via Git
Git is a source code manager......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
MemSort (Function)
Sorts the elements found in a memory zone.
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.