ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyPage (Reserved word)
MyPage is used to handle the current page...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Warning 18: Loop without potential end
WaitWindowStart (Function)
Opens the wait window of application.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
5. Site test in practice
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end...
Error 28: No END statement is associated with this SWITCH
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
KeyPressed (Function)
Checks which key is pressed.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored...
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
fTempFile (Function)
Returns the name of a unique temporary file.
ExceptionPropagate (Function)
Propagates an exception.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).