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).
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Events associated with Table controls
List of events associated with Table controls...
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
Error 109: The fixed string is too long
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
DurationToString (Function)
Converts a duration to a character string in the specified format.
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Events associated with Flex controls
List of events associated with Flex controls...
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
SaaSAdminFindClient (Function)
Finds a SaaS client account.
MongoFind (Function)
Finds documents in a MongoDB collection.
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
dFill (Example)
Usage example of the dFill function
fSize (Example)
Usage example of the fSize function
<Source>.State (Function)
Used to find out the state of a record.
<mongoCollection variable>.Find (Function)
Finds documents in a MongoDB collection.
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
<Gantt chart>.ChangeMode (Function)
Changes the number of days displayed in a Gantt Chart column in a Table or TreeView Table control.
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......