ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Operations performed on activity diagrams
The following paragraphs explain......
Global and local variable
Two types of variables are available......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Automation object
The Automation keyword is used to declare an automation object...
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
OCRExtractText (Function)
Reads the text contained in an image.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
gLine (Function)
Builds a sequence of characters containing a line.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Multiline strings
To type character strings over several lines in the code editor...