ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Compound statements
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
TreeExpand (Function)
Expands a node in a TreeView control.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
Repairing the project
In some cases, "Project......
Programming an indexed control
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.