ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Text (Property)
Text is used to find out whether an item is a text item.
fDirectoryExist (Function)
Checks the existence of a directory.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
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.
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.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
Extern (Reserved word)
EXTERN is used to...
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
fCreateLink (Function)
Creates a link on a file at the specified location.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
LOOP statement
The statement block is repeated endlessly...
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.