ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
LoWord (Function)
Returns the two low bytes of an integer.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL table.
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
HOnError (Function)
Customizes the management of HFSQL errors.
KeyPressed (Function)
Checks which key is pressed.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......