ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
HTTPAddFile (Function)
Adds a file to the HTTP form.
INIRead (Example)
Usage example of the INIRead function
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
2. Static or dynamic site
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
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....
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).