ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
URI constants
The following constants are used by URI-specific functions:...
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Constants for managing Map controls
Constants for managing Map controls...
DotNetDelegate (Function)
Initializes a.NET delegate.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HFSQL constants
List of constants used by the HFSQL functions....
Error 20: The variable of the FOR loop should be a real
fDriveInfo (Function)
Returns information about a drive.
Constants for external files
List of constants used by the functions for managing external files....
SOAPRun (Function)
Runs a procedure on a SOAP server.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Fax constants
List of constants used by the functions for managing faxes....
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......