ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Array management functions
List of functions for managing arrays...
diagBorder (Variable type)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
Handling report blocks
The different operations available on report blocks are as follows......
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
HFSQL constants
List of constants used by the HFSQL functions....
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
fFileExist (Function)
Checks the existence of an external file.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
Creating an executable: Executable language
When creating the executable, you have the ability to choose the languages that will be included in the executable......
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.