ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PlainText (Property)
The PlainText property is used to get and modify the raw text of an email.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Upload functions (prefix syntax)
The following functions are used to manage uploads (prefix syntax):...
wsRequest (Variable type)
The wsRequest type is used to define the advanced characteristics of a web service.
diagConnector (Variable type)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
gglPostalAddress (Variable type)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
gglOrganization (Variable type)
The gglOrganization type is used to describe the companies and organizations to which a contact belongs...
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
Facebook functions (prefix syntax)
List of Facebook functions...
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Android Widget windows
An Android application can contain one or more Widget windows......
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
WEBDEV site deployment: automatic modification of tables
The automatic modification of the tables allows updating the description of tables on the Web server......