ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
SysGetExtLink (Function)
Returns the command linked to an extension.
<Certificate variable>.ExtractExtensionValue (Function)
Returns the value of a certificate extension.
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
9. Sharing a project in practice
Sharing a project in practice...
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Using several libraries in an application
A library is a WDL file that contains all the resources......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....