ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
Font (Type of variable)
A Font variable creates a font programmatically...
Reals
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
ControlClone (Function)
Creates a new control from an existing control.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HSL (Function)
Creates a color from its hue, saturation and lightness.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......