ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
zipFileSize (Example)
Usage example of the zipFileSize function
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
FTPSend (Example)
Usage example of the FTPSend function
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Multiline strings
To type character strings over several lines in the code editor...
2. Analysis in practice
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
zipInfoFile (Example)
Usage example of the zipInfoFile function
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
fAttribute (Example)
Usage example of the fAttribute function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Service variable
The Service variable is used to......
fRename (Example)
Usage example of the fRename function
HAdd (Example)
Usage example of the HAdd function