ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
LooperAdd (Function)
Adds a row at the end of a Looper control.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
EventCreate (Function)
Creates an event.
Manipulating a Layout control programmatically
A Layout control can be......
Enumeration (Type of variable)
An enumeration is a set of values......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Truncate (Function)
Truncates the right part of a string or buffer.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.