ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
zipExtractFile (Example)
Usage example of the zipExtractFile function
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
ComponentInfo (Function)
Returns information about a component.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
zipFindFile (Example)
Usage example of the zipFindFile function
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
zipExtractAll (Example)
Usage example of the zipExtractAll function
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.