ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
NavigationPaneVisible (Property)
The NavigationPaneVisible property is used to display the thumbnail pane in the PDF Reader control.
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.
FileDisplay (Function)
Displays a file in the browser of Web user.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
SelectionLength (Property)
The SelectionLength property is used to get and change the length of the selection made in a Word Processing control.
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.
LoWord (Function)
Returns the two low bytes of an integer.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
AuthIntrospectToken (Function)
Determines the set of metadata for an OAuth token.
COMObject (Variable type)
The COMObject type is used to represent an interface of a COM object.