ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Info (Function)
Displays a custom message in a system information window.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Numeric (Variable type)
The type numeric type is used to contain integers or decimals, specifying if necessary the number of digits in the integer part and in the decimal part.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of controls by adding options....
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
dFont (Example)
Usage example of the dFont function
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.