ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
BurnerSelect (Function)
Used to select the default burner.
ToastDisplay (Function)
Displays a "Toast" message.
EventCreate (Function)
Creates an event.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
fFileName (Function)
Returns the name of an external file that is currently opened.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
fAttribute (Function)
Returns or modifies the attributes of a file.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
BurnerCancel (Function)
Cancels the current burn process.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
BurnerList (Function)
Returns the list of burners installed on the current computer.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
SQLExec (Function)
Names and runs an SQL query.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......