ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
IFrame control
IFrame is an HTML concept......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
10. Smart controls
Smart controls...
AAF: Sort/Search/Filter on the columns of Table controls
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Declaring and using a variable
A variable is defined by name and type......
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Information 302: Ambiguity between a variable and a control
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
24. Displaying and linking pages
Operations performed on use case diagrams
The following paragraphs explain......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......