ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Examples provided with WINDEV Mobile
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
ShellExecute (Function)
Opens a document in its associated application.
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Constants for managing fonts
List of constants used by the functions for font management....
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......