ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListGroup (Function)
Returns the list of groups of users defined for a connection.
ArrayDistinct (Function)
Returns an array without duplicates.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
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.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
HListUser (Function)
Returns the list of users defined for a connection.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
XMLClose (Function)
Closes an XML document created by XMLDocument.
WidgetRunApp (Function)
Starts the application to which a widget belongs.
SysColor (Function)
Identifies or modifies the color of a Windows element.
fDirRename (Function)
Renames a directory.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
Min (Function)
Returns the lowest value.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.