ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<HFSQL connection>.ReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<HFSQL connection>.CheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<HFSQL connection>.CheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HCheckUnaltered (Function)
Checks that one or all records in an unalterable data file have not been modified (e.g. with a hexadecimal editor).
<HFSQL connection>.StatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing...
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<Source>.CheckUnaltered (Function)
Checks that one or all records in an unalterable data file have not been modified (e.g. with a hexadecimal editor).
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Calendar functions (prefix syntax)
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Date and Time management functions
List of functions for managing dates and times...
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
NameBrowserFile (Property)
The NameBrowserFile property is used to get the original name of the file to upload on the user's computer....
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.