ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
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....
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
Text (Property)
Text is used to find out whether an item is a text item.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
fDirectoryExist (Function)
Checks the existence of a directory.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HCloseConnection (Function)
Closes a connection to a database.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
HDeleteTrigger (Function)
Deletes a trigger.
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLClose (Function)
Closes an XML document created by XMLDocument.