ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetDefinition (Function)
Retrieves the definition of element type.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
The Multimedia control
The Multimedia control is used to play multimedia files......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Conversion (Function)
Converts a value from a unit to another one.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
Assignment operators
Three assignment operators are available......