ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Creating the Relation windows of a WINDEV RAD pattern
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
StringBuild (Function)
Builds a character string from an initial string and parameters.
Document (Type of variable)
The Document type is used to handle a "docx" document.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
FTPDate (Example)
Usage example of the FTPDate function
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.