ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
LooperInsertLine (Function)
Inserts a row into a Looper control.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
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)....
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Other operators
The following are additional operators......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
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......
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Constants for managing Map controls
Constants for managing Map controls...
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....