ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
fListResource (Function)
Lists the resources integrated to the application.
fRemoveDir (Function)
Deletes a directory from a disk.
fRename (Function)
Modifies the name of a file.
fTempFile (Function)
Returns the name of a unique temporary file.
fDriveInfo (Function)
Returns information about a drive.
fAttribute (Function)
Returns or modifies the attributes of a file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.