ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Text (Property)
The Text property is used to get and modify text.
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Title (Property)
The Title property is used to get and change the title of an element.
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
SQLSeek (Function)
Positions on the specified result row of the query.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
WINDEV concepts
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....