ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

nWDGetHFContext: Get the HFSQL context
Gets the HFSQL context (applies to C, Pascal and Visual Basic only)......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Creating a select query
A select query (corresponding SQL statement......
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Assignment operators
Three assignment operators are available......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
HStopServer (Function)
Stops an HFSQL server.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
Automatic error handling
Error handling can be customized for each process......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......