ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI 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....
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
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....