ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL constants
List of constants used by the HFSQL functions....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Diagram constants
The following constants are used to manage diagrams:...
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
fWrite (Function)
Writes: a character string into an external file. a memory section....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Contains (Function)
Allows you to check if a substring is within a string.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
ColorPalette (Function)
Returns a color found in the current palette.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
fFileName (Function)
Returns the name of an external file that is currently opened.
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
The Site Map control
The Site Map control allows the Web user to......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....