ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
DotNetRun (Function)
Runs a procedure on a .Net server.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
NextTitle (Function)
Modifies the title of next window to open.
Date (Variable type)
The Date type is used to easily manipulate dates...
Partial indexing of memos
You now have the ability to index the content of a text memo item......
DateTime (Variable type)
The DateTime type allows you to manipulate dates and times...
Manipulating Layout controls programmatically
A Layout control can be......
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.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
List (Variable type)
A List variable is a structured type that is used to group a set of elements of the same type. This variable type is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....