ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XPercent (Property)
The XPercent property gets and sets the X-coordinate of a point, expressed as a percentage.
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
YPercent (Property)
The YPercent property gets and sets the Y-coordinate of a point, expressed as a percentage.
<Gantt chart>.GetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Report editor: Available types of reports
Several types of reports can be created in the report editor......
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
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)....
TextToRTF (Function)
Converts text to Rich Text Format.
DayOfMonth (Property)
The DayOfMonth property is used to get and change the number of the day of the month for which the scheduled task must be executed.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
Crosstab report
The report editor allows you to create "Crosstab" reports......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Text (Property)
The Text property is used to get and modify text.
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...