ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
HDeleteTrigger (Function)
Deletes a trigger.
Creating a query
Two methods can be used to create a query......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
The "Code hashtags" pane
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
SCM file format evolutions
Four versions are available for the SCM repository......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
4. HFSQL Classic
HFSQL Classic is the database format......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
HDelete (Function)
Deletes a record from a data file (query or view).