ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Now (Function)
Returns or modifies the system time (current time defined for the current computer).
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Print constants
List of constants used by the print functions....
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Size (Property)
The Size property is used to determine and change the size of an element.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Environment of the data model editor
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
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)....
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
WEBDEV concepts
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.