ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
CookieRead (Example)
Usage example of the CookieRead function
HDelete (Function)
Deletes a record from a data file (query or view).
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HOpenConnection (Example)
Usage example of the HOpenConnection function
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
HSetPosition (Example)
Usage example of the HSetPosition function
fUnlock (Function)
Entirely or partially unlocks an external file.
CookieWrite (Example)
Usage example of the CookieWrite function
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
fLock (Function)
Entirely or partially locks an external file.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
fSeek (Example)
Usage example of the fSeek function
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.