ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sListPort (Function)
Returns the list of serial and parallel ports on the computer.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
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.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Geolocation function constants
Constants used by geolocation functions...
CharactTypeCount (Function)
Returns the number of characters matching a given type.
SocketConnect (Function)
Connects a client computer to a given socket.
FTPSend (Example)
Usage example of the FTPSend function
LooperAdd (Function)
Adds a row at the end of a Looper control.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
RTF input field: Automation formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
fSize (Function)
Returns the size of a file (in bytes).
mongoOperationAdd (Type of variable)
The mongoOperationAdd type is used to define all the advanced characteristics of a document add operation in bulk.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.