ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
LoWord (Function)
Returns the two low bytes of an integer.
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.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
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....
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
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....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
KeyPressed (Function)
Checks which key is pressed.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
Programming the table cells
The Table controls can be handled......
HOnError (Function)
Customizes the management of HFSQL errors.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....