ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
HChangeKey (Function)
Changes the browse item.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
fLongPath (Function)
Returns the full long path of a file or directory.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
fShortPath (Function)
Returns the full short path of a file or directory.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
HListFile (Example)
Usage example of the HListFile function
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
xlsOpen (Example)
Usage example of the xlsOpen function
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
HSetMemo (Function)
Used to modify the management mode of memo items.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
NFC constants
List of constants used by the NFC functions...
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
ArraySort (Example)
Usage example of the ArraySort function