ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Operator on Address
The & operator returns the address of a variable as an integer
Val (Function)
Returns the numeric value of a character string.
StatSum (Function)
Calculates the sum for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
SQLFirst (Function)
Positions on the first row of the query result.
The single-part and multi-part archives
Two types of archives are available......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
Check Box control functions
The following functions are used to manage the Check Box controls......
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Asc (Function)
Returns the ASCII code of the specified character.