ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WordToArray (Function)
Fills an array with the words from a string.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Window controls
Several types of controls can be used in a window, ......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
InfoBuild (Function)
Displays a custom message in a system information window.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fExeDir (Function)
Returns the directory from which the execution is started.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
CurrentYear (Function)
Returns the current year in integer format.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Radio Button control properties
List of properties associated with a Radio Button control...
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....