ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
zipClose (Example)
Usage example of the zipClose function
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
<Chart>.Scatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
SocketCreate (Example)
Usage example of the SocketCreate function
SaaSAdminConfigureSMTP (Function)
Configures the SMTP session associated with the administrator account of a SaaS session.
Events associated with Flex controls
List of events associated with Flex controls...
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Assignment of RETURN
The return value of the process currently run can be assigned...
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......