ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
Order (Property)
The Order property gets and sets the order of a list of elements.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<Drive variable>.MoveFile (Function)
Moves a file on a remote drive from one directory to another.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
<DiskFile variable>.Write (Function)
Writes: a character string to an external file. a memory section....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
CodeEditorLoad (Function)
Loads a WLanguage code file in a Code Editor control.
HModifyServerRights (Function)
Sets the rights granted to a user or group on an HFSQL server.
BackgroundImage (Property)
The BackgroundImage property gets and sets the background image of an element.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.