ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
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....
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
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....
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
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....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.