ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
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....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.