ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
HTTP constants
List of constants used by the HTTP functions....
fDecrypt (Example)
Usage example of the fDecrypt function
fDir (Example)
Usage example of the fDir function
fListResource (Function)
Lists the resources integrated to the application.
zipCreate (Example)
Usage example of the zipCreate function
ExceptionInfo (Function)
Retrieves information about the current exception.
CalendarSelect (Function)
Returns the date selected in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
Socket constants
List of constants used by the functions for socket management....
JavaExecute (Example)
Usage example of the JavaExecute function
FTPSize (Example)
Usage example of the FTPSize function
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
SysXRes (Function)
Returns the horizontal screen resolution.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
FTPCommand (Example)
Usage example of the FTPCommand function