ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed as parameter.
Defining columns of Table controls programmatically
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
PC SOFT Free Technical Support
Thank you for buying one of our products......
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
12. Pages in practice
Events associated with Static controls
List of events associated with Static controls...
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Error 103: The type is unknown
Error 1011: To access the global member of the class, use ClassName::MemberName