ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BurnerEject (Function)
Opens or closes the door of current burner.
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Creating the skin template of a report
7. Dynamic site on specific configurations
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Sum (Function)
Calculates the sum of the array elements.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
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.
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...