ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Setup in MSI format
You have the ability to create a setup program in MSI standard......
"About" window
The "About" window is used to display and access various information about the current application......
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......
Animation (Property)
The Animation property animates an image.
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......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 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......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
How to loop through a file using filters?
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Animating a Static control
Two methods can be used to animate a Static control......