ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
Compilation options (chm format)
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
HTML Display control functions
List of functions for managing HTML Display controls...
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....