ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
EventChange (Function)
Modifies the status of an event.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
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)......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
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......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Using a query with parameters
A query with parameters can be used......