ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

11. Popup page
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Popup window
WINDEV allows you to open windows in popup format......
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].