ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Facebook functions
List of Facebook functions...
SQLExec (Example)
Usage example of the SQLExec function
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Priority (Property)
The Priority property is used to get and change the priority level of an element.
Error 35: 'Continue' is available in the loops only
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
SQLFirst (Example)
Usage example of the SQLFirst function
xlsColumnType (Example)
Usage example of the xlsColumnType function