ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV site deployment: automatic modification of data files
The automatic modification of the data files allows updating the description of data files on the Web server...
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
FaxPause (Function)
Pauses a fax in the spooler.
Fax constants
List of constants used by the functions for managing faxes....
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
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....
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector 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....
Conversion (Function)
Converts a value from a unit to another one.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector 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....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...