ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketClientInfo (Function)
Allows the server to get information about the current client socket.
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
Programming overview in C and C++
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
iCreateFont (Function)
Creates a new print font.
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......