ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WDDeploy: Deploying a package
WDDeploy can be used to...
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Animating a Static control
Two methods can be used to animate a Static control......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
dPolyline (Function)
Draws a line composed of multiple segments.
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
14. Report templates
...Report templates are used to easily standardize report layouts....
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
AutomaticallyMinimized (Property)
The AutomaticallyMinimized property is used to: Find out the timeout before the Repositionable Note control is automatically minimized. Define the timeout before the Repositionable Note control is automatically minimized....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....