ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
LanguageToName (Function)
Returns the name of a language.
Truncate (Function)
Truncates the right part of a string or buffer.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Programming overview in C and C++
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....