ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Image control in a page
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
FTP constants
List of constants used by the FTP functions....
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eChangeCurrency (Function)
Converts a currency into another currency.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Defining a help window template
WINDEV allows you to create help window templates......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
Input (Function)
Displays a message allowing the user to type an information.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
Handling an Edit control programmatically
You can handle Edit controls programmatically......