ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Format (Property)
The Format property is used to define the data format of a data file.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
EmailExecuteCommand (Function)
Sends an IMAP command to the mail server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
WDD55Password (Property)
The property PasswordWDD55 property is used to specify the 5.5 format database schema password when programmatically describing a Hyper File 5.5 format table in an HFSQL Classic format database schema.
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
Manipulating Pivot Table controls programmatically
A Pivot Table control can be handled through programming......
HRegenerateFile (Function)
Regenerates a table from its log.
Exist (Property)
The Exist property determines if the element of an associative array exists.