ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
SysListScreenResolution (Function)
Returns the possible resolutions for a screen.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
SQLExec (Example)
Usage example of the SQLExec function
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
NFCSendTag (Function)
Sends a NFC tag to another device.
fWrite (Example)
Usage example of the fWrite function
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
EventClose (Function)
Closes a synchronization event between several threads.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
SQLChangeConnection (Function)
Modifies the current connection.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
XMLFind (Function)
Performs a search in an XML document.
String functions
List of functions for managing character strings...
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
Certificate management functions
The following functions are used to handle the certificates:...
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function