ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
EndProgram (Function)
Ends the execution of the current program.
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....
MySelf (Reserved word)
MySelf is used to handle the current control...
Sort (Function)
Sorts a WLanguage array.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Composite variable
A composite variable contains different types of elements (members)...
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
Date (Type of variable)
The Date type enables you to easily handle the dates...
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
fExeDir (Function)
Returns the directory from which the execution is started.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
EventCreate (Function)
Creates an event.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
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.).
MouseYPos (Function)
Returns the vertical position (Y) 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.).
The Looper control
A Looper control is used to repeat the controls found in a specific area......