ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Creating a flexible modeling
To create a new flexible modeling, you can......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
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.
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......