ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LoWord (Function)
Returns the two low bytes of an integer.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
<Spreadsheet>.Freeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
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....
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
NavigationPaneVisible (Property)
The NavigationPaneVisible property is used to display the thumbnail pane in the PDF Reader control.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
State (Property)
The State property is used to get and change the state of an element.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....