ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
MatFloatAdd (Example)
Usage example of the MatFloatAdd function
HeaderVisible (Property)
The HeaderVisible property allows you to get and set the visibility status of the row and column headers in the layout of an XLS document.
HIndex (Example)
Usage example of the HIndex function
WayPoint (Property)
The WayPoint property allows you to handle the waypoints of a connector.
fDecrypt (Example)
Usage example of the fDecrypt function
MatWrite (Example)
Usage example of the MatWrite function
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
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)......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
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.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
ProgressBar (Property)
WLanguage proposes...
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
MatDeterminant (Example)
Usage example of the MatDeterminant function
zipCreate (Example)
Usage example of the zipCreate function
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Constants for the archiving functions
List of constants used by the archiving functions....
MatFill (Example)
Usage example of the MatFill function
ImageScrollingPosition (Function)
Returns the displayed image.
fReadLine (Example)
Usage example of the fReadLine function
MatInvert (Example)
Usage example of the MatInvert function