ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Edit control
The Edit control allows users to enter data......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
FTPListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories....
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Functions for managing the Word Processing control (prefix syntax)
The following functions are used to manage Word Processing controls:...
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).
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
grColor (Function)
Returns and initializes the color of different chart elements.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
FTPAttribute (Function)
Identifies the attributes of a file located on an FTP server (File Transfer Protocol).
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.