ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CallDLL32 (Function)
Runs a function found in an external DLL.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Creating the Table pages of the WEBDEV RAD pattern
Creating the Vision pages of the WEBDEV RAD pattern
Size (Property)
The Size property is used to determine and change the size of an element.
<Organizer>.SelectMinus (Function)
Deselects an appointment from an Organizer control.
SpreadsheetGetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Organizer>.SelectPlus (Function)
Selects an appointment in an Organizer control.
fCompare (Function)
Compares the content of two files bit by bit.
API (Function)
Runs a function found in an external DLL.
Style of a control
As soon as it is created, a control is associated with a style......
<xlsDocument variable>.GetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
EditDeleteToken (Function)
Deletes a token from a "Text token" Edit control.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
SpreadsheetDeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Creating the Table windows of the WINDEV RAD pattern