ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<Variable Drive>Rename (Function)
Rename a file or directory on an Drive.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Select query description window: Use
Let's see some operations specific to the description window of a select query......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
3. Debugger
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
StringInsert (Function)
Inserts a string into another character string at a given position.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
DriveDeleteFile (Function)
Deletes a file on the remote disk.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
PVTInfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.