ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Twain constants
List of constants used by the Twain functions....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
GglGetDocument (Function)
Downloads a document from the Google Docs service.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
fDir (Function)
Finds a file or directory.
ToClipboard (Function)
Writes text or image information into the system clipboard.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.