ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
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......
EnumControl (Function)
Returns the name of Nth control found in the specified element.
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.
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....
EventChange (Function)
Modifies the status of an event.
NFCSendTag (Function)
Sends a NFC tag to another device.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
apDisableAction (Function)
Disables the execution of an action found in an action plan.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
GPSGetPosition (Function)
Retrieves information about the current device position.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
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)....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.