ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Array management functions
List of functions for managing arrays...
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
grParameter (Function)
Retrieves or modifies a chart parameter.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
Date (Type of variable)
The Date type enables you to easily handle the dates...
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
ThreadPause (Function)
Pauses the current thread during the specified duration.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.