ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Print modes of a report
Several print modes are available for a report....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
iCreateFont (Function)
Creates a new print font.
MCI constants
List of constants used by the MCI functions....
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SysRecentDocList (Function)
Returns the list of recently opened documents.
HOpenConnection (Example)
Usage example of the HOpenConnection function
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
HConnect (Example)
Usage example of the HConnect function
apDisableAction (Function)
Disables the execution of an action found in an action plan.
HChangeConnection (Example)
Usage example of the HChangeConnection function
HCloseConnection (Example)
Usage example of the HCloseConenction function
HTTPGetResult (Example)
Usage example of the HTTPGetResult function