ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
<Array>.InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
Germany.CheckUStIdNr (Function)
Checks the validity of a USt-IdNr (company identification number in Germany).
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......