ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function