ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Events associated with internal windows
List of events associated with internal windows...
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
HDFS constants
The following constants are used by the HDFS functions:...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
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......
SCM administrator: Managing repositories
The SCM administrator gives you direct access to the source code of projects included in the Source Code Manager......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
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....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
State (Property)
The State property gets and sets the state of an element.