ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
nWDSetParentNext
Set the parent of the next window to open......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<PDF Reader>.SeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
<Organization Chart>.Display (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
hbCell (Type of variable)
The hbCell type is used to define the advanced characteristics of the content of a cell (item value) in an HBase table.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.