ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
ToastDisplay (Function)
Displays a "Toast" message.
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
Table,Insert (External language)
Inserts an element into a table at a given position.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Principle for running threads
At runtime, an application runs in a main thread......
HDescribeFile (Function)
Describes a table programmatically.
1. Examples provided with WINDEV Mobile
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Custom tooltips
Tooltips are very useful for application users......