ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
EventChange (Function)
Modifies the status of an event.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
CurrentMonth (Function)
Returns the number of the current month.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Programming table fields linked to a table
This page explains how to program data-bound Table controls......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.