ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
grZoom (Function)
Defines the zoom of a chart.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
MyPage (Reserved word)
MyPage is used to handle the current page...
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
iPrintBlock (Function)
Forces a report block to print.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
fSelectDir (Example)
Usage example of the fSelectDir function
<Page>.Address (Function)
Used to find out the Internet address of a page.
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
LooperInsert (Function)
Inserts a row into a Looper control.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
fLongName (Function)
Returns the long name of a file or directory.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Asc (Example)
Usage example of the Asc function
Charact (Example)
Usage example of the Charact function
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......