ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
HNbRec (Example)
Usage example of the HNbRec function
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
ContextClose (Function)
Closes a page context.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
fWriteLine (Example)
Usage example of the fWriteLine function
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
9. Types of standard controls
Types of standard controls...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
SQLExec (Example)
Usage example of the SQLExec function
HReadFirst (Function)
Sets the position on the first record according to a browse item.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
IF statement
The conditional IF statement allows you to run an action according to a condition...