ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
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)......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Copying controls from the page editor
The controls can be copied from the page editor......
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
The Word Processing control
The Word Processing control is an advanced control that allows the end user to create and edit documents in docx format......
The Static control
A Static control is a control used to display a static text......
HTMLExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......