ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketCreate (Function)
Creates a socket.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Assignment operators
Three assignment operators are available......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
HOnError (Function)
Customizes the management of HFSQL errors.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HModify (Example)
Usage example of the HModify function
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....