ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating PDF Reader controls programmatically
PDF Reader controls can be manipulated programmatically......
MatExist (Function)
Checks the whether the matrix exists in memory.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
gpwAuthLogin (Function)
Allows you to log in to the User Groupware using an account such as Facebook, Google, Microsoft, etc.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
zipExtractPath (Example)
Usage example of the zipExtractPath function
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
ControlToSource (Function)
Assigns the control value to the source of a control link.
fListFile (Example)
Usage example of the fListFile function
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
URLExtractPath (Function)
Returns the various elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
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.